tesseract v5.3.3.20231005
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 83 of file dict.h.

Constructor & Destructor Documentation

◆ DawgArgs()

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

Definition at line 84 of file dict.h.

85 : active_dawgs(d), updated_dawgs(up), permuter(p), valid_end(false) {}
const char * p
DawgPositionVector * updated_dawgs
Definition: dict.h:88
DawgPositionVector * active_dawgs
Definition: dict.h:87
PermuterType permuter
Definition: dict.h:89
bool valid_end
Definition: dict.h:91

Member Data Documentation

◆ active_dawgs

DawgPositionVector* tesseract::DawgArgs::active_dawgs

Definition at line 87 of file dict.h.

◆ permuter

PermuterType tesseract::DawgArgs::permuter

Definition at line 89 of file dict.h.

◆ updated_dawgs

DawgPositionVector* tesseract::DawgArgs::updated_dawgs

Definition at line 88 of file dict.h.

◆ valid_end

bool tesseract::DawgArgs::valid_end

Definition at line 91 of file dict.h.


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