#include <recodebeam.h>
|
| RecodeNode () |
|
| RecodeNode (int c, int uni_id, PermuterType perm, bool dawg_start, bool word_start, bool end, bool dup, float cert, float s, const RecodeNode *p, DawgPositionVector *d, uint64_t hash) |
|
| RecodeNode (RecodeNode &src) |
|
RecodeNode & | operator= (RecodeNode &src) |
|
| ~RecodeNode () |
|
void | Print (int null_char, const UNICHARSET &unicharset, int depth) const |
|
Definition at line 93 of file recodebeam.h.
◆ RecodeNode() [1/3]
tesseract::RecodeNode::RecodeNode |
( |
| ) |
|
|
inline |
◆ RecodeNode() [2/3]
tesseract::RecodeNode::RecodeNode |
( |
int |
c, |
|
|
int |
uni_id, |
|
|
PermuterType |
perm, |
|
|
bool |
dawg_start, |
|
|
bool |
word_start, |
|
|
bool |
end, |
|
|
bool |
dup, |
|
|
float |
cert, |
|
|
float |
s, |
|
|
const RecodeNode * |
p, |
|
|
DawgPositionVector * |
d, |
|
|
uint64_t |
hash |
|
) |
| |
|
inline |
◆ RecodeNode() [3/3]
tesseract::RecodeNode::RecodeNode |
( |
RecodeNode & |
src | ) |
|
|
inline |
◆ ~RecodeNode()
tesseract::RecodeNode::~RecodeNode |
( |
| ) |
|
|
inline |
◆ operator=()
Definition at line 131 of file recodebeam.h.
133 memcpy(
this, &src,
sizeof(src));
◆ Print()
void tesseract::RecodeNode::Print |
( |
int |
null_char, |
|
|
const UNICHARSET & |
unicharset, |
|
|
int |
depth |
|
) |
| const |
◆ certainty
float tesseract::RecodeNode::certainty |
◆ code
int tesseract::RecodeNode::code |
◆ code_hash
uint64_t tesseract::RecodeNode::code_hash |
◆ dawgs
◆ duplicate
bool tesseract::RecodeNode::duplicate |
◆ end_of_word
bool tesseract::RecodeNode::end_of_word |
◆ permuter
◆ prev
◆ score
float tesseract::RecodeNode::score |
◆ start_of_dawg
bool tesseract::RecodeNode::start_of_dawg |
◆ start_of_word
bool tesseract::RecodeNode::start_of_word |
◆ unichar_id
int tesseract::RecodeNode::unichar_id |
The documentation for this struct was generated from the following files: