#include "adaptive.h"#include "oldlist.h"#include "matchdefs.h"#include "bitvec.h"#include "cutil.h"#include "unichar.h"#include "unicity_table.h"#include "varable.h"#include "callcpp.h"#include "unicharset.h"#include <stdio.h>#include "emalloc.h"#include "freelist.h"#include "globals.h"#include "adaptive.h"#include "ccstruct.h"#include "classify.h"#include "dict.h"#include "tessclas.h"#include "general.h"#include "intproto.h"#include "ratngs.h"#include "funcdefs.h"#include "fxdefs.h"Namespaces | |
| namespace | tesseract |
Functions | |
| void | AddAdaptedClass (ADAPT_TEMPLATES Templates, ADAPT_CLASS Class, CLASS_ID ClassId) |
| void | FreeTempConfig (TEMP_CONFIG Config) |
| void | FreeTempProto (void *arg) |
| ADAPT_CLASS | NewAdaptedClass () |
| void | free_adapted_class (ADAPT_CLASS adapt_class) |
| void | free_adapted_templates (ADAPT_TEMPLATES templates) |
| TEMP_CONFIG | NewTempConfig (int MaxProtoId) |
| TEMP_PROTO | NewTempProto () |
| ADAPT_CLASS | ReadAdaptedClass (FILE *File) |
| PERM_CONFIG | ReadPermConfig (FILE *File) |
| TEMP_CONFIG | ReadTempConfig (FILE *File) |
| void | WriteAdaptedClass (FILE *File, ADAPT_CLASS Class, int NumConfigs) |
| void | WritePermConfig (FILE *File, PERM_CONFIG Config) |
| void | WriteTempConfig (FILE *File, TEMP_CONFIG Config) |
| void AddAdaptedClass | ( | ADAPT_TEMPLATES | Templates, | |
| ADAPT_CLASS | Class, | |||
| CLASS_ID | ClassId | |||
| ) |
---------------------------------------------------------------------------- Include Files and Type Defines ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- Public Code ----------------------------------------------------------------------------
| void free_adapted_class | ( | ADAPT_CLASS | adapt_class | ) |
| void free_adapted_templates | ( | ADAPT_TEMPLATES | templates | ) |
| void FreeTempConfig | ( | TEMP_CONFIG | Config | ) |
| void FreeTempProto | ( | void * | arg | ) |
| ADAPT_CLASS NewAdaptedClass | ( | ) |
| TEMP_CONFIG NewTempConfig | ( | int | MaxProtoId | ) |
| TEMP_PROTO NewTempProto | ( | ) |
| ADAPT_CLASS ReadAdaptedClass | ( | FILE * | File | ) |
| PERM_CONFIG ReadPermConfig | ( | FILE * | File | ) |
| TEMP_CONFIG ReadTempConfig | ( | FILE * | File | ) |
| void WriteAdaptedClass | ( | FILE * | File, | |
| ADAPT_CLASS | Class, | |||
| int | NumConfigs | |||
| ) |
| void WritePermConfig | ( | FILE * | File, | |
| PERM_CONFIG | Config | |||
| ) |
| void WriteTempConfig | ( | FILE * | File, | |
| TEMP_CONFIG | Config | |||
| ) |
1.6.3