#include <rejctmap.h>
Definition at line 206 of file rejctmap.h.
| REJMAP::REJMAP |
( |
const REJMAP & |
rejmap | ) |
|
Definition at line 281 of file rejctmap.cpp.
284 REJ *from = source.ptr;
287 len = source.length ();
292 for (i = 0; i < len; i++) {
void * alloc_struct(inT32 count, const char *)
Definition at line 223 of file rejctmap.h.
void free_struct(void *deadstruct, inT32, const char *)
| inT16 REJMAP::accept_count |
( |
| ) |
|
Definition at line 337 of file rejctmap.cpp.
341 for (i = 0; i < len; i++) {
342 if (ptr[i].accepted ())
| void REJMAP::full_print |
( |
FILE * |
fp | ) |
|
Definition at line 412 of file rejctmap.cpp.
415 for (i = 0; i < len; i++) {
void full_print(FILE *fp)
| void REJMAP::initialise |
( |
inT16 |
length | ) |
|
Definition at line 324 of file rejctmap.cpp.
331 0, len *
sizeof (
REJ));
void free_struct(void *deadstruct, inT32, const char *)
void * alloc_struct(inT32 count, const char *)
| inT32 REJMAP::length |
( |
| ) |
const |
|
inline |
Definition at line 303 of file rejctmap.cpp.
315 for (i = 0; i < len; i++) {
void initialise(inT16 length)
| REJ& REJMAP::operator[] |
( |
inT16 |
index | ) |
const |
|
inline |
| void REJMAP::print |
( |
FILE * |
fp | ) |
|
Definition at line 400 of file rejctmap.cpp.
404 for (i = 0; i < len; i++) {
408 fprintf (fp,
"\"%s\"", buff);
| BOOL8 REJMAP::quality_recoverable_rejects |
( |
| ) |
|
Definition at line 360 of file rejctmap.cpp.
363 for (i = 0; i < len; i++) {
364 if (ptr[i].accept_if_good_quality ())
| BOOL8 REJMAP::recoverable_rejects |
( |
| ) |
|
Definition at line 349 of file rejctmap.cpp.
352 for (i = 0; i < len; i++) {
353 if (ptr[i].recoverable ())
| void REJMAP::rej_word_bad_permuter |
( |
| ) |
|
Definition at line 458 of file rejctmap.cpp.
461 for (i = 0; i < len; i++) {
void setrej_bad_permuter()
| void REJMAP::rej_word_bad_quality |
( |
| ) |
|
Definition at line 494 of file rejctmap.cpp.
497 for (i = 0; i < len; i++) {
void setrej_bad_quality()
| void REJMAP::rej_word_block_rej |
( |
| ) |
|
Definition at line 512 of file rejctmap.cpp.
515 for (i = 0; i < len; i++) {
| void REJMAP::rej_word_contains_blanks |
( |
| ) |
|
Definition at line 449 of file rejctmap.cpp.
452 for (i = 0; i < len; i++) {
void setrej_contains_blanks()
| void REJMAP::rej_word_doc_rej |
( |
| ) |
|
Definition at line 503 of file rejctmap.cpp.
506 for (i = 0; i < len; i++) {
| void REJMAP::rej_word_mostly_rej |
( |
| ) |
|
Definition at line 485 of file rejctmap.cpp.
488 for (i = 0; i < len; i++) {
| void REJMAP::rej_word_no_alphanums |
( |
| ) |
|
Definition at line 476 of file rejctmap.cpp.
479 for (i = 0; i < len; i++) {
void setrej_no_alphanums()
| void REJMAP::rej_word_not_tess_accepted |
( |
| ) |
|
Definition at line 440 of file rejctmap.cpp.
443 for (i = 0; i < len; i++) {
void setrej_not_tess_accepted()
| void REJMAP::rej_word_row_rej |
( |
| ) |
|
Definition at line 521 of file rejctmap.cpp.
524 for (i = 0; i < len; i++) {
| void REJMAP::rej_word_small_xht |
( |
| ) |
|
Definition at line 422 of file rejctmap.cpp.
425 for (i = 0; i < len; i++) {
| void REJMAP::rej_word_tess_failure |
( |
| ) |
|
Definition at line 431 of file rejctmap.cpp.
434 for (i = 0; i < len; i++) {
void setrej_tess_failure()
| void REJMAP::rej_word_xht_fixup |
( |
| ) |
|
Definition at line 467 of file rejctmap.cpp.
470 for (i = 0; i < len; i++) {
| inT16 REJMAP::reject_count |
( |
| ) |
|
|
inline |
| void REJMAP::remove_pos |
( |
inT16 |
pos | ) |
|
Definition at line 371 of file rejctmap.cpp.
384 0, len *
sizeof (
REJ));
388 for (i = 0; i < pos; i++)
391 for (; pos < len; pos++)
392 new_ptr[pos] = ptr[pos + 1];
void free_struct(void *deadstruct, inT32, const char *)
void * alloc_struct(inT32 count, const char *)
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/tesseract-ocr-3.02.02/ccstruct/rejctmap.h
- /home/abuild/rpmbuild/BUILD/tesseract-ocr-3.02.02/ccstruct/rejctmap.cpp