|
tesseract
3.03
|
#include <lm_state.h>
Public Member Functions | |
| LanguageModelDawgInfo (DawgPositionVector *a, PermuterType pt) | |
| ~LanguageModelDawgInfo () | |
Public Attributes | |
| DawgPositionVector * | active_dawgs |
| PermuterType | permuter |
Definition at line 58 of file lm_state.h.
| tesseract::LanguageModelDawgInfo::LanguageModelDawgInfo | ( | DawgPositionVector * | a, |
| PermuterType | pt | ||
| ) | [inline] |
Definition at line 59 of file lm_state.h.
: permuter(pt) { active_dawgs = new DawgPositionVector(*a); }
Definition at line 62 of file lm_state.h.
{
delete active_dawgs;
}
Definition at line 65 of file lm_state.h.
Definition at line 66 of file lm_state.h.