tesseract  3.04.00
tesseract::LanguageModelDawgInfo Struct Reference

#include <lm_state.h>

Public Member Functions

 LanguageModelDawgInfo (DawgPositionVector *a, PermuterType pt)
 
 ~LanguageModelDawgInfo ()
 

Public Attributes

DawgPositionVectoractive_dawgs
 
PermuterType permuter
 

Detailed Description

Definition at line 58 of file lm_state.h.

Constructor & Destructor Documentation

tesseract::LanguageModelDawgInfo::LanguageModelDawgInfo ( DawgPositionVector a,
PermuterType  pt 
)
inline

Definition at line 59 of file lm_state.h.

59  : permuter(pt) {
60  active_dawgs = new DawgPositionVector(*a);
61  }
DawgPositionVector * active_dawgs
Definition: lm_state.h:65
tesseract::LanguageModelDawgInfo::~LanguageModelDawgInfo ( )
inline

Definition at line 62 of file lm_state.h.

62  {
63  delete active_dawgs;
64  }
DawgPositionVector * active_dawgs
Definition: lm_state.h:65

Member Data Documentation

DawgPositionVector* tesseract::LanguageModelDawgInfo::active_dawgs

Definition at line 65 of file lm_state.h.

PermuterType tesseract::LanguageModelDawgInfo::permuter

Definition at line 66 of file lm_state.h.


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