tesseract  5.0.0-alpha-619-ge9db
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 80 of file dict.h.

Constructor & Destructor Documentation

◆ DawgArgs()

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

Definition at line 81 of file dict.h.

82  : active_dawgs(d), updated_dawgs(up), permuter(p), valid_end(false) {}

Member Data Documentation

◆ active_dawgs

DawgPositionVector* tesseract::DawgArgs::active_dawgs

Definition at line 84 of file dict.h.

◆ permuter

PermuterType tesseract::DawgArgs::permuter

Definition at line 86 of file dict.h.

◆ updated_dawgs

DawgPositionVector* tesseract::DawgArgs::updated_dawgs

Definition at line 85 of file dict.h.

◆ valid_end

bool tesseract::DawgArgs::valid_end

Definition at line 88 of file dict.h.


The documentation for this struct was generated from the following file:
tesseract::DawgArgs::permuter
PermuterType permuter
Definition: dict.h:86
tesseract::DawgArgs::updated_dawgs
DawgPositionVector * updated_dawgs
Definition: dict.h:85
tesseract::DawgArgs::valid_end
bool valid_end
Definition: dict.h:88
tesseract::DawgArgs::active_dawgs
DawgPositionVector * active_dawgs
Definition: dict.h:84