Tesseract
3.02
|
#include <search_node.h>
Public Member Functions | |
SearchNode (CubeRecoContext *cntxt, SearchNode *parent_node, int char_reco_cost, LangModEdge *edge, int col_idx) | |
~SearchNode () | |
bool | UpdateParent (SearchNode *new_parent, int new_reco_cost, LangModEdge *new_edge) |
char_32 * | PathString () |
const char_32 * | NodeString () |
void | SetString (char_32 *str) |
int | CharRecoCost () |
int | BestPathRecoCost () |
int | BestPathLength () |
int | BestCost () |
int | BestRecoCost () |
int | ColIdx () |
SearchNode * | ParentNode () |
LangModEdge * | LangModelEdge () |
int | LangModCost () |
Static Public Member Functions | |
static bool | IdenticalPath (SearchNode *node1, SearchNode *node2) |
static int | SearchNodeComparer (const void *node1, const void *node2) |
Definition at line 35 of file search_node.h.
tesseract::SearchNode::SearchNode | ( | CubeRecoContext * | cntxt, |
SearchNode * | parent_node, | ||
int | char_reco_cost, | ||
LangModEdge * | edge, | ||
int | col_idx | ||
) |
Definition at line 32 of file search_node.cpp.
tesseract::SearchNode::~SearchNode | ( | ) |
Definition at line 70 of file search_node.cpp.
|
inline |
Definition at line 63 of file search_node.h.
|
inline |
Definition at line 60 of file search_node.h.
|
inline |
Definition at line 58 of file search_node.h.
|
inline |
Definition at line 66 of file search_node.h.
|
inline |
Definition at line 55 of file search_node.h.
|
inline |
Definition at line 68 of file search_node.h.
|
static |
Definition at line 178 of file search_node.cpp.
|
inline |
Definition at line 71 of file search_node.h.
|
inline |
Definition at line 70 of file search_node.h.
|
inline |
Definition at line 51 of file search_node.h.
|
inline |
Definition at line 69 of file search_node.h.
char_32 * tesseract::SearchNode::PathString | ( | ) |
Definition at line 129 of file search_node.cpp.
|
inlinestatic |
Definition at line 75 of file search_node.h.
|
inline |
Definition at line 52 of file search_node.h.
bool tesseract::SearchNode::UpdateParent | ( | SearchNode * | new_parent, |
int | new_reco_cost, | ||
LangModEdge * | new_edge | ||
) |
Definition at line 77 of file search_node.cpp.