tesseract  3.03
tesseract::LanguageModelDawgInfo Struct Reference

#include <lm_state.h>

List of all members.

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

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;
  }

Member Data Documentation


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