#include <rejctmap.h>
List of all members.
Detailed Description
Definition at line 101 of file rejctmap.h.
Constructor & Destructor Documentation
REJ::REJ |
( |
const REJ & |
source | ) |
|
|
inline |
Definition at line 124 of file rejctmap.h.
{
flags1 = source.flags1;
flags2 = source.flags2;
}
Member Function Documentation
BOOL8 REJ::accept_if_good_quality |
( |
| ) |
|
Definition at line 86 of file rejctmap.cpp.
{
(!rej_between_nn_and_mm () &&
!rej_between_mm_and_quality_accept () &&
!rej_between_quality_and_minimal_rej_accept ()));
}
char REJ::display_char |
( |
| ) |
|
|
inline |
Definition at line 137 of file rejctmap.h.
{
if (rej_flag < 16)
return flags1.
bit (rej_flag);
else
return flags2.
bit (rej_flag - 16);
}
void REJ::full_print |
( |
FILE * |
fp | ) |
|
Definition at line 237 of file rejctmap.cpp.
{
#ifndef SECURE_NAMES
fprintf (fp, "R_NOT_TESS_ACCEPTED: %s\n",
fprintf (fp, "R_CONTAINS_BLANKS: %s\n",
fprintf (fp,
"R_HYPHEN: %s\n",
flag (
R_HYPHEN) ?
"T" :
"F");
fprintf (fp, "R_MINIMAL_REJ_ACCEPT: %s\n",
#endif
}
REJ& REJ::operator= |
( |
const REJ & |
source | ) |
|
|
inline |
Definition at line 130 of file rejctmap.h.
{
flags1 = source.flags1;
flags2 = source.flags2;
return *this;
}
BOOL8 REJ::perm_rejected |
( |
| ) |
|
BOOL8 REJ::recoverable |
( |
| ) |
|
|
inline |
Definition at line 76 of file rejctmap.cpp.
{
else
rej_between_quality_and_minimal_rej_accept () ||
}
void REJ::setrej_1Il_conflict |
( |
| ) |
|
void REJ::setrej_bad_permuter |
( |
| ) |
|
void REJ::setrej_bad_quality |
( |
| ) |
|
void REJ::setrej_bad_repetition |
( |
| ) |
|
void REJ::setrej_block_rej |
( |
| ) |
|
void REJ::setrej_contains_blanks |
( |
| ) |
|
void REJ::setrej_doc_rej |
( |
| ) |
|
void REJ::setrej_dubious |
( |
| ) |
|
void REJ::setrej_edge_char |
( |
| ) |
|
void REJ::setrej_hyphen |
( |
| ) |
|
void REJ::setrej_hyphen_accept |
( |
| ) |
|
void REJ::setrej_minimal_rej_accept |
( |
| ) |
|
void REJ::setrej_mm_accept |
( |
| ) |
|
void REJ::setrej_mm_reject |
( |
| ) |
|
void REJ::setrej_mostly_rej |
( |
| ) |
|
void REJ::setrej_nn_accept |
( |
| ) |
|
void REJ::setrej_no_alphanums |
( |
| ) |
|
void REJ::setrej_not_tess_accepted |
( |
| ) |
|
void REJ::setrej_poor_match |
( |
| ) |
|
void REJ::setrej_postNN_1Il |
( |
| ) |
|
void REJ::setrej_quality_accept |
( |
| ) |
|
void REJ::setrej_rej_cblob |
( |
| ) |
|
void REJ::setrej_row_rej |
( |
| ) |
|
void REJ::setrej_small_xht |
( |
| ) |
|
void REJ::setrej_tess_failure |
( |
| ) |
|
void REJ::setrej_unlv_rej |
( |
| ) |
|
void REJ::setrej_xht_fixup |
( |
| ) |
|
The documentation for this class was generated from the following files: