|
tesseract v5.3.3.20231005
|
#include <dawg.h>
Public Member Functions | |
| DawgPosition ()=default | |
| DawgPosition (int dawg_idx, EDGE_REF dawgref, int punc_idx, EDGE_REF puncref, bool backtopunc) | |
| bool | operator== (const DawgPosition &other) const |
Public Attributes | |
| EDGE_REF | dawg_ref = NO_EDGE |
| EDGE_REF | punc_ref = NO_EDGE |
| int8_t | dawg_index = -1 |
| int8_t | punc_index = -1 |
| bool | back_to_punc = false |
|
default |
|
inline |
Definition at line 357 of file dawg.h.
|
inline |