|
tesseract 4.1.1
|
#include <pdblock.h>
Public Member Functions | |
| BLOCK_RECT_IT (PDBLK *blkptr) | |
| void | set_to_block (PDBLK *blkptr) |
| start (new) block More... | |
| void | start_block () |
| start iteration More... | |
| void | forward () |
| next rectangle More... | |
| bool | cycled_rects () |
| test end More... | |
| void | bounding_box (ICOORD &bleft, ICOORD &tright) |
| BLOCK_RECT_IT::BLOCK_RECT_IT | ( | PDBLK * | blkptr | ) |
constructor
| blkptr | block to iterate |
Definition at line 262 of file pdblock.cpp.
|
inline |
| void BLOCK_RECT_IT::forward | ( | ) |
next rectangle
Definition at line 316 of file pdblock.cpp.
| void BLOCK_RECT_IT::set_to_block | ( | PDBLK * | blkptr | ) |
start (new) block
Definition at line 280 of file pdblock.cpp.
| void BLOCK_RECT_IT::start_block | ( | ) |
start iteration
Definition at line 297 of file pdblock.cpp.