#include <rejctmap.h>
Definition at line 205 of file rejctmap.h.
REJMAP::REJMAP |
( |
const REJMAP & |
rejmap | ) |
|
Definition at line 275 of file rejctmap.cpp.
278 REJ *from = source.ptr;
281 len = source.length ();
286 for (i = 0; i < len; i++) {
void * alloc_struct(inT32 count, const char *)
Definition at line 222 of file rejctmap.h.
void free_struct(void *deadstruct, inT32, const char *)
inT16 REJMAP::accept_count |
( |
| ) |
|
Definition at line 331 of file rejctmap.cpp.
335 for (i = 0; i < len; i++) {
336 if (ptr[i].accepted ())
void REJMAP::full_print |
( |
FILE * |
fp | ) |
|
Definition at line 406 of file rejctmap.cpp.
409 for (i = 0; i < len; i++) {
void full_print(FILE *fp)
void REJMAP::initialise |
( |
inT16 |
length | ) |
|
Definition at line 318 of file rejctmap.cpp.
325 0, len *
sizeof (
REJ));
void * alloc_struct(inT32 count, const char *)
void free_struct(void *deadstruct, inT32, const char *)
inT32 REJMAP::length |
( |
| ) |
const |
|
inline |
Definition at line 297 of file rejctmap.cpp.
309 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 394 of file rejctmap.cpp.
398 for (i = 0; i < len; i++) {
402 fprintf (fp,
"\"%s\"", buff);
BOOL8 REJMAP::quality_recoverable_rejects |
( |
| ) |
|
Definition at line 354 of file rejctmap.cpp.
357 for (i = 0; i < len; i++) {
358 if (ptr[i].accept_if_good_quality ())
BOOL8 REJMAP::recoverable_rejects |
( |
| ) |
|
Definition at line 343 of file rejctmap.cpp.
346 for (i = 0; i < len; i++) {
347 if (ptr[i].recoverable ())
void REJMAP::rej_word_bad_permuter |
( |
| ) |
|
Definition at line 452 of file rejctmap.cpp.
455 for (i = 0; i < len; i++) {
void setrej_bad_permuter()
void REJMAP::rej_word_bad_quality |
( |
| ) |
|
Definition at line 488 of file rejctmap.cpp.
491 for (i = 0; i < len; i++) {
void setrej_bad_quality()
void REJMAP::rej_word_block_rej |
( |
| ) |
|
Definition at line 506 of file rejctmap.cpp.
509 for (i = 0; i < len; i++) {
void REJMAP::rej_word_contains_blanks |
( |
| ) |
|
Definition at line 443 of file rejctmap.cpp.
446 for (i = 0; i < len; i++) {
void setrej_contains_blanks()
void REJMAP::rej_word_doc_rej |
( |
| ) |
|
Definition at line 497 of file rejctmap.cpp.
500 for (i = 0; i < len; i++) {
void REJMAP::rej_word_mostly_rej |
( |
| ) |
|
Definition at line 479 of file rejctmap.cpp.
482 for (i = 0; i < len; i++) {
void REJMAP::rej_word_no_alphanums |
( |
| ) |
|
Definition at line 470 of file rejctmap.cpp.
473 for (i = 0; i < len; i++) {
void setrej_no_alphanums()
void REJMAP::rej_word_not_tess_accepted |
( |
| ) |
|
Definition at line 434 of file rejctmap.cpp.
437 for (i = 0; i < len; i++) {
void setrej_not_tess_accepted()
void REJMAP::rej_word_row_rej |
( |
| ) |
|
Definition at line 515 of file rejctmap.cpp.
518 for (i = 0; i < len; i++) {
void REJMAP::rej_word_small_xht |
( |
| ) |
|
Definition at line 416 of file rejctmap.cpp.
419 for (i = 0; i < len; i++) {
void REJMAP::rej_word_tess_failure |
( |
| ) |
|
Definition at line 425 of file rejctmap.cpp.
428 for (i = 0; i < len; i++) {
void setrej_tess_failure()
void REJMAP::rej_word_xht_fixup |
( |
| ) |
|
Definition at line 461 of file rejctmap.cpp.
464 for (i = 0; i < len; i++) {
inT16 REJMAP::reject_count |
( |
| ) |
|
|
inline |
void REJMAP::remove_pos |
( |
inT16 |
pos | ) |
|
Definition at line 365 of file rejctmap.cpp.
378 0, len *
sizeof (
REJ));
382 for (i = 0; i < pos; i++)
385 for (; pos < len; pos++)
386 new_ptr[pos] = ptr[pos + 1];
void * alloc_struct(inT32 count, const char *)
void free_struct(void *deadstruct, inT32, const char *)
The documentation for this class was generated from the following files: