All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules 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
 

Detailed Description

Definition at line 77 of file dict.h.

Constructor & Destructor Documentation

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

Definition at line 78 of file dict.h.

79  : active_dawgs(d), updated_dawgs(up), permuter(p) {}
DawgPositionVector * active_dawgs
Definition: dict.h:81
DawgPositionVector * updated_dawgs
Definition: dict.h:82
PermuterType permuter
Definition: dict.h:83

Member Data Documentation

DawgPositionVector* tesseract::DawgArgs::active_dawgs

Definition at line 81 of file dict.h.

PermuterType tesseract::DawgArgs::permuter

Definition at line 83 of file dict.h.

DawgPositionVector* tesseract::DawgArgs::updated_dawgs

Definition at line 82 of file dict.h.


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