Tesseract  3.02
tesseract::LanguageModelDawgInfo Struct Reference

#include <language_model.h>

List of all members.

Public Member Functions

 LanguageModelDawgInfo (DawgInfoVector *a, DawgInfoVector *c, PermuterType pt)
 ~LanguageModelDawgInfo ()

Public Attributes

DawgInfoVectoractive_dawgs
DawgInfoVectorconstraints
PermuterType permuter

Detailed Description

Definition at line 100 of file language_model.h.


Constructor & Destructor Documentation

tesseract::LanguageModelDawgInfo::LanguageModelDawgInfo ( DawgInfoVector a,
DawgInfoVector c,
PermuterType  pt 
) [inline]

Definition at line 101 of file language_model.h.

                                         : permuter(pt) {
    active_dawgs = new DawgInfoVector(*a);
    constraints = new DawgInfoVector(*c);
  }
tesseract::LanguageModelDawgInfo::~LanguageModelDawgInfo ( ) [inline]

Definition at line 106 of file language_model.h.

                           {
    delete active_dawgs;
    delete constraints;
  }

Member Data Documentation

Definition at line 112 of file language_model.h.


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