#include <shapetable.h>
Definition at line 36 of file shapetable.h.
| tesseract::UnicharAndFonts::UnicharAndFonts |
( |
| ) |
|
|
inline |
| tesseract::UnicharAndFonts::UnicharAndFonts |
( |
int |
uni_id, |
|
|
int |
font_id |
|
) |
| |
|
inline |
Definition at line 39 of file shapetable.h.
GenericVector< inT32 > font_ids
| bool tesseract::UnicharAndFonts::DeSerialize |
( |
bool |
swap, |
|
|
FILE * |
fp |
|
) |
| |
Definition at line 39 of file shapetable.cpp.
void ReverseN(void *ptr, int num_bytes)
virtual bool DeSerialize(bool swap, FILE *fp)
GenericVector< inT32 > font_ids
| bool tesseract::UnicharAndFonts::Serialize |
( |
FILE * |
fp | ) |
const |
Definition at line 32 of file shapetable.cpp.
GenericVector< inT32 > font_ids
virtual bool Serialize(FILE *fp) const
| int tesseract::UnicharAndFonts::SortByUnicharId |
( |
const void * |
v1, |
|
|
const void * |
v2 |
|
) |
| |
|
static |
Definition at line 48 of file shapetable.cpp.
51 return p1->unichar_id - p2->unichar_id;
| inT32 tesseract::UnicharAndFonts::unichar_id |
The documentation for this struct was generated from the following files:
- /home/abuild/rpmbuild/BUILD/tesseract-ocr-3.02.02/classify/shapetable.h
- /home/abuild/rpmbuild/BUILD/tesseract-ocr-3.02.02/classify/shapetable.cpp