Tesseract
3.02
|
#include <pageres.h>
Public Member Functions | |
PAGE_RES_IT () | |
PAGE_RES_IT (PAGE_RES *the_page_res) | |
bool | operator== (const PAGE_RES_IT &other) const |
bool | operator!= (const PAGE_RES_IT &other) const |
int | cmp (const PAGE_RES_IT &other) const |
WERD_RES * | restart_page () |
WERD_RES * | restart_page_with_empties () |
WERD_RES * | start_page (bool empty_ok) |
WERD_RES * | restart_row () |
WERD_RES * | InsertSimpleCloneWord (const WERD_RES &clone_res, WERD *new_word) |
void | DeleteCurrentWord () |
WERD_RES * | forward () |
WERD_RES * | forward_with_empties () |
WERD_RES * | forward_paragraph () |
WERD_RES * | forward_block () |
WERD_RES * | prev_word () const |
ROW_RES * | prev_row () const |
BLOCK_RES * | prev_block () const |
WERD_RES * | word () const |
ROW_RES * | row () const |
BLOCK_RES * | block () const |
WERD_RES * | next_word () const |
ROW_RES * | next_row () const |
BLOCK_RES * | next_block () const |
void | rej_stat_word () |
Public Attributes | |
PAGE_RES * | page_res |
|
inline |
|
inline |
|
inline |
int PAGE_RES_IT::cmp | ( | const PAGE_RES_IT & | other | ) | const |
Definition at line 851 of file pageres.cpp.
void PAGE_RES_IT::DeleteCurrentWord | ( | ) |
Definition at line 950 of file pageres.cpp.
|
inline |
WERD_RES * PAGE_RES_IT::forward_block | ( | ) |
Definition at line 1130 of file pageres.cpp.
WERD_RES * PAGE_RES_IT::forward_paragraph | ( | ) |
|
inline |
Definition at line 918 of file pageres.cpp.
|
inline |
|
inline |
|
inline |
|
inline |
bool PAGE_RES_IT::operator== | ( | const PAGE_RES_IT & | other | ) | const |
Definition at line 845 of file pageres.cpp.
|
inline |
|
inline |
|
inline |
void PAGE_RES_IT::rej_stat_word | ( | ) |
Definition at line 1137 of file pageres.cpp.
|
inline |
|
inline |
WERD_RES * PAGE_RES_IT::restart_row | ( | ) |
|
inline |
WERD_RES * PAGE_RES_IT::start_page | ( | bool | empty_ok | ) |
Definition at line 987 of file pageres.cpp.
|
inline |