#include <rejctmap.h>
Definition at line 204 of file rejctmap.h.
◆ REJMAP() [1/2]
◆ REJMAP() [2/2]
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 *)
◆ ~REJMAP()
Definition at line 221 of file rejctmap.h.
void free_struct(void *deadstruct, inT32, const char *)
◆ accept_count()
inT16 REJMAP::accept_count |
( |
| ) |
|
Definition at line 331 of file rejctmap.cpp.
335 for (i = 0; i < len; i++) {
336 if (ptr[i].accepted ())
◆ full_print()
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)
◆ initialise()
void REJMAP::initialise |
( |
inT16 |
length | ) |
|
Definition at line 318 of file rejctmap.cpp.
325 0, len *
sizeof (
REJ));
void free_struct(void *deadstruct, inT32, const char *)
void * alloc_struct(inT32 count, const char *)
◆ length()
inT32 REJMAP::length |
( |
| ) |
const |
|
inline |
◆ operator=()
Definition at line 297 of file rejctmap.cpp.
309 for (i = 0; i < len; i++) {
void initialise(inT16 length)
◆ operator[]()
REJ& REJMAP::operator[] |
( |
inT16 |
index | ) |
const |
|
inline |
◆ print()
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);
◆ quality_recoverable_rejects()
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 ())
◆ recoverable_rejects()
BOOL8 REJMAP::recoverable_rejects |
( |
| ) |
|
Definition at line 343 of file rejctmap.cpp.
346 for (i = 0; i < len; i++) {
347 if (ptr[i].recoverable ())
◆ rej_word_bad_permuter()
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()
◆ rej_word_bad_quality()
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()
◆ rej_word_block_rej()
void REJMAP::rej_word_block_rej |
( |
| ) |
|
Definition at line 506 of file rejctmap.cpp.
509 for (i = 0; i < len; i++) {
◆ rej_word_contains_blanks()
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()
◆ rej_word_doc_rej()
void REJMAP::rej_word_doc_rej |
( |
| ) |
|
Definition at line 497 of file rejctmap.cpp.
500 for (i = 0; i < len; i++) {
◆ rej_word_mostly_rej()
void REJMAP::rej_word_mostly_rej |
( |
| ) |
|
Definition at line 479 of file rejctmap.cpp.
482 for (i = 0; i < len; i++) {
◆ rej_word_no_alphanums()
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()
◆ rej_word_not_tess_accepted()
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()
◆ rej_word_row_rej()
void REJMAP::rej_word_row_rej |
( |
| ) |
|
Definition at line 515 of file rejctmap.cpp.
518 for (i = 0; i < len; i++) {
◆ rej_word_small_xht()
void REJMAP::rej_word_small_xht |
( |
| ) |
|
Definition at line 416 of file rejctmap.cpp.
419 for (i = 0; i < len; i++) {
◆ rej_word_tess_failure()
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()
◆ rej_word_xht_fixup()
void REJMAP::rej_word_xht_fixup |
( |
| ) |
|
Definition at line 461 of file rejctmap.cpp.
464 for (i = 0; i < len; i++) {
◆ reject_count()
inT16 REJMAP::reject_count |
( |
| ) |
|
|
inline |
◆ remove_pos()
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 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: