#include <dawg.h>
List of all members.
Detailed Description
DawgInfo struct and DawgInfoVector class are used for storing information about the current Dawg search state.
Definition at line 305 of file dawg.h.
Constructor & Destructor Documentation
tesseract::DawgInfo::DawgInfo |
( |
| ) |
|
|
inline |
tesseract::DawgInfo::DawgInfo |
( |
int |
i, |
|
|
EDGE_REF |
r |
|
) |
| |
|
inline |
Member Function Documentation
bool tesseract::DawgInfo::operator== |
( |
const DawgInfo & |
other | ) |
|
|
inline |
Definition at line 308 of file dawg.h.
{
return (this->
dawg_index == other.dawg_index && this->ref == other.ref);
}
Member Data Documentation
int tesseract::DawgInfo::dawg_index |
The documentation for this struct was generated from the following file:
- /mnt/data/src/tesseract-ocr/dict/dawg.h