tesseract-doxygen/ccstruct/ratngs.h File Reference
#include <assert.h>
#include "clst.h"
#include "genericvector.h"
#include "notdll.h"
#include "unichar.h"
#include "unicharset.h"
#include "werd.h"
Go to the source code of this file.
Classes |
class | BLOB_CHOICE |
class | WERD_CHOICE |
Typedefs |
typedef GenericVector
< BLOB_CHOICE_LIST * > | BLOB_CHOICE_LIST_VECTOR |
typedef GenericVector
< WERD_CHOICE_LIST * > | WERD_CHOICE_LIST_VECTOR |
typedef void(* | POLY_TESTER )(const STRING &, PBLOB *, DENORM *, BOOL8, char *, inT32, BLOB_CHOICE_LIST *) |
Functions |
| ELISTIZEH (BLOB_CHOICE) CLISTIZEH(BLOB_CHOICE_LIST) enum PermuterType |
void | print_ratings_list (const char *msg, BLOB_CHOICE_LIST *ratings) |
void | print_ratings_list (const char *msg, BLOB_CHOICE_LIST *ratings, const UNICHARSET ¤t_unicharset) |
void | print_ratings_info (FILE *fp, BLOB_CHOICE_LIST *ratings, const UNICHARSET ¤t_unicharset) |
void | print_char_choices_list (const char *msg, const BLOB_CHOICE_LIST_VECTOR &char_choices, const UNICHARSET ¤t_unicharset, BOOL8 detailed) |
Typedef Documentation
Function Documentation
void print_ratings_info |
( |
FILE * |
fp, |
|
|
BLOB_CHOICE_LIST * |
ratings, |
|
|
const UNICHARSET & |
current_unicharset | |
|
) |
| | |
void print_ratings_list |
( |
const char * |
msg, |
|
|
BLOB_CHOICE_LIST * |
ratings, |
|
|
const UNICHARSET & |
current_unicharset | |
|
) |
| | |
void print_ratings_list |
( |
const char * |
msg, |
|
|
BLOB_CHOICE_LIST * |
ratings | |
|
) |
| | |