tesseract  4.00.00dev
tesseract::DawgArgs Struct Reference

#include <dict.h>

Public Member Functions

 DawgArgs (DawgPositionVector *d, DawgPositionVector *up, PermuterType p)
 

Public Attributes

DawgPositionVectoractive_dawgs
 
DawgPositionVectorupdated_dawgs
 
PermuterType permuter
 
bool valid_end
 

Detailed Description

Definition at line 76 of file dict.h.

Constructor & Destructor Documentation

◆ DawgArgs()

tesseract::DawgArgs::DawgArgs ( DawgPositionVector d,
DawgPositionVector up,
PermuterType  p 
)
inline

Definition at line 77 of file dict.h.

78  : active_dawgs(d), updated_dawgs(up), permuter(p), valid_end(false) {}
bool valid_end
Definition: dict.h:84
DawgPositionVector * updated_dawgs
Definition: dict.h:81
DawgPositionVector * active_dawgs
Definition: dict.h:80
PermuterType permuter
Definition: dict.h:82

Member Data Documentation

◆ active_dawgs

DawgPositionVector* tesseract::DawgArgs::active_dawgs

Definition at line 80 of file dict.h.

◆ permuter

PermuterType tesseract::DawgArgs::permuter

Definition at line 82 of file dict.h.

◆ updated_dawgs

DawgPositionVector* tesseract::DawgArgs::updated_dawgs

Definition at line 81 of file dict.h.

◆ valid_end

bool tesseract::DawgArgs::valid_end

Definition at line 84 of file dict.h.


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