|
tesseract
4.0.0-1-g2a2b
|
#include <dawg.h>
Public Member Functions | |
| DawgPosition () | |
| DawgPosition (int dawg_idx, EDGE_REF dawgref, int punc_idx, EDGE_REF puncref, bool backtopunc) | |
| bool | operator== (const DawgPosition &other) |
Public Attributes | |
| int8_t | dawg_index |
| EDGE_REF | dawg_ref |
| int8_t | punc_index |
| EDGE_REF | punc_ref |
| bool | back_to_punc |
|
inline |
|
inline |