tesseract  3.03
DANGERR_INFO Struct Reference

#include <stopper.h>

List of all members.

Public Member Functions

 DANGERR_INFO ()
 DANGERR_INFO (int b, int e, bool d, bool n, UNICHAR_ID l)

Public Attributes

int begin
int end
bool dangerous
bool correct_is_ngram
UNICHAR_ID leftmost

Detailed Description

Definition at line 34 of file stopper.h.


Constructor & Destructor Documentation

Definition at line 35 of file stopper.h.

                 :
    begin(-1), end(-1), dangerous(false), correct_is_ngram(false),
    leftmost(INVALID_UNICHAR_ID) {}
DANGERR_INFO::DANGERR_INFO ( int  b,
int  e,
bool  d,
bool  n,
UNICHAR_ID  l 
) [inline]

Definition at line 38 of file stopper.h.

                                                           :
    begin(b), end(e), dangerous(d), correct_is_ngram(n), leftmost(l) {}

Member Data Documentation

Definition at line 40 of file stopper.h.

Definition at line 43 of file stopper.h.

Definition at line 42 of file stopper.h.

Definition at line 41 of file stopper.h.

Definition at line 44 of file stopper.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines