tesseract  3.05.00
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
tesseract::DawgArgs Struct Reference

#include <dict.h>

Public Member Functions

 DawgArgs (DawgPositionVector *d, DawgPositionVector *up, PermuterType p)
 

Public Attributes

DawgPositionVectoractive_dawgs
 
DawgPositionVectorupdated_dawgs
 
PermuterType permuter
 
bool valid_end
 

Detailed Description

Definition at line 76 of file dict.h.

Constructor & Destructor Documentation

tesseract::DawgArgs::DawgArgs ( DawgPositionVector d,
DawgPositionVector up,
PermuterType  p 
)
inline

Definition at line 77 of file dict.h.

78  : active_dawgs(d), updated_dawgs(up), permuter(p), valid_end(false) {}
DawgPositionVector * active_dawgs
Definition: dict.h:80
PermuterType permuter
Definition: dict.h:82
bool valid_end
Definition: dict.h:84
DawgPositionVector * updated_dawgs
Definition: dict.h:81

Member Data Documentation

DawgPositionVector* tesseract::DawgArgs::active_dawgs

Definition at line 80 of file dict.h.

PermuterType tesseract::DawgArgs::permuter

Definition at line 82 of file dict.h.

DawgPositionVector* tesseract::DawgArgs::updated_dawgs

Definition at line 81 of file dict.h.

bool tesseract::DawgArgs::valid_end

Definition at line 84 of file dict.h.


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