tesseract
3.03
|
#include <dict.h>
Public Member Functions | |
DawgArgs (DawgPositionVector *d, DawgPositionVector *up, PermuterType p) | |
Public Attributes | |
DawgPositionVector * | active_dawgs |
DawgPositionVector * | updated_dawgs |
PermuterType | permuter |
tesseract::DawgArgs::DawgArgs | ( | DawgPositionVector * | d, |
DawgPositionVector * | up, | ||
PermuterType | p | ||
) | [inline] |
Definition at line 81 of file dict.h.
: active_dawgs(d), updated_dawgs(up), permuter(p) {}