Tesseract  3.02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PAGE_RES Class Reference

#include <pageres.h>

Public Member Functions

void Init ()
 
 PAGE_RES ()
 
 PAGE_RES (BLOCK_LIST *block_list, WERD_CHOICE **prev_word_best_choice_ptr)
 
 ~PAGE_RES ()
 

Public Attributes

inT32 char_count
 
inT32 rej_count
 
BLOCK_RES_LIST block_res_list
 
BOOL8 rejected
 
WERD_CHOICE ** prev_word_best_choice
 
GenericVector< int > blame_reasons
 
GenericVector< STRINGmisadaption_log
 

Detailed Description

Definition at line 218 of file pageres.h.

Constructor & Destructor Documentation

PAGE_RES::PAGE_RES ( )
inline

Definition at line 243 of file pageres.h.

243 { Init(); } // empty constructor
void Init()
Definition: pageres.h:235
PAGE_RES::PAGE_RES ( BLOCK_LIST *  block_list,
WERD_CHOICE **  prev_word_best_choice_ptr 
)
PAGE_RES::~PAGE_RES ( )
inline

Definition at line 248 of file pageres.h.

248  { // destructor
249  }

Member Function Documentation

void PAGE_RES::Init ( )
inline

Definition at line 235 of file pageres.h.

235  {
236  char_count = 0;
237  rej_count = 0;
238  rejected = FALSE;
241  }
inT32 rej_count
Definition: pageres.h:221
#define NULL
Definition: host.h:144
#define FALSE
Definition: capi.h:28
WERD_CHOICE ** prev_word_best_choice
Definition: pageres.h:226
GenericVector< int > blame_reasons
Definition: pageres.h:228
inT32 char_count
Definition: pageres.h:220
BOOL8 rejected
Definition: pageres.h:223
void init_to_size(int size, T t)

Member Data Documentation

GenericVector<int> PAGE_RES::blame_reasons

Definition at line 228 of file pageres.h.

BLOCK_RES_LIST PAGE_RES::block_res_list

Definition at line 222 of file pageres.h.

inT32 PAGE_RES::char_count

Definition at line 220 of file pageres.h.

GenericVector<STRING> PAGE_RES::misadaption_log

Definition at line 233 of file pageres.h.

WERD_CHOICE** PAGE_RES::prev_word_best_choice

Definition at line 226 of file pageres.h.

inT32 PAGE_RES::rej_count

Definition at line 221 of file pageres.h.

BOOL8 PAGE_RES::rejected

Definition at line 223 of file pageres.h.


The documentation for this class was generated from the following file: