#include <lm_state.h>
Definition at line 216 of file lm_state.h.
tesseract::BestChoiceBundle::BestChoiceBundle |
( |
int |
matrix_dimension | ) |
|
|
inlineexplicit |
Definition at line 217 of file lm_state.h.
219 beam.reserve(matrix_dimension);
220 for (
int i = 0; i < matrix_dimension; ++i)
221 beam.push_back(
new LanguageModelState);
ViterbiStateEntry * best_vse
PointerVector< LanguageModelState > beam
tesseract::BestChoiceBundle::~BestChoiceBundle |
( |
| ) |
|
|
inline |
DANGERR tesseract::BestChoiceBundle::fixpt |
bool tesseract::BestChoiceBundle::updated |
The documentation for this struct was generated from the following file: