#include <dawg.h>
Definition at line 348 of file dawg.h.
◆ DawgPosition() [1/2]
tesseract::DawgPosition::DawgPosition |
( |
| ) |
|
|
default |
◆ DawgPosition() [2/2]
tesseract::DawgPosition::DawgPosition |
( |
int |
dawg_idx, |
|
|
EDGE_REF |
dawgref, |
|
|
int |
punc_idx, |
|
|
EDGE_REF |
puncref, |
|
|
bool |
backtopunc |
|
) |
| |
|
inline |
◆ operator==()
bool tesseract::DawgPosition::operator== |
( |
const DawgPosition & |
other | ) |
|
|
inline |
◆ back_to_punc
bool tesseract::DawgPosition::back_to_punc = false |
◆ dawg_index
int8_t tesseract::DawgPosition::dawg_index = -1 |
◆ dawg_ref
EDGE_REF tesseract::DawgPosition::dawg_ref = NO_EDGE |
◆ punc_index
int8_t tesseract::DawgPosition::punc_index = -1 |
◆ punc_ref
EDGE_REF tesseract::DawgPosition::punc_ref = NO_EDGE |
The documentation for this struct was generated from the following file: