tesseract  3.03
tesseract::BestChoiceBundle Struct Reference

#include <lm_state.h>

List of all members.

Public Member Functions

 BestChoiceBundle (int matrix_dimension)
 ~BestChoiceBundle ()

Public Attributes

bool updated
DANGERR fixpt
PointerVector< LanguageModelStatebeam
ViterbiStateEntrybest_vse

Detailed Description

Definition at line 216 of file lm_state.h.


Constructor & Destructor Documentation

tesseract::BestChoiceBundle::BestChoiceBundle ( int  matrix_dimension) [inline, explicit]

Definition at line 217 of file lm_state.h.

    : updated(false), best_vse(NULL) {
    beam.reserve(matrix_dimension);
    for (int i = 0; i < matrix_dimension; ++i)
      beam.push_back(new LanguageModelState);
  }

Definition at line 223 of file lm_state.h.

{}

Member Data Documentation

Definition at line 226 of file lm_state.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines