Tesseract
3.02
|
#include <mutableiterator.h>
Public Member Functions | |
MutableIterator (PAGE_RES *page_res, Tesseract *tesseract, int scale, int scaled_yres, int rect_left, int rect_top, int rect_width, int rect_height) | |
virtual | ~MutableIterator () |
const PAGE_RES_IT * | PageResIt () const |
Definition at line 44 of file mutableiterator.h.
tesseract::MutableIterator::MutableIterator | ( | PAGE_RES * | page_res, |
Tesseract * | tesseract, | ||
int | scale, | ||
int | scaled_yres, | ||
int | rect_left, | ||
int | rect_top, | ||
int | rect_width, | ||
int | rect_height | ||
) | [inline] |
Definition at line 47 of file mutableiterator.h.
: ResultIterator( LTRResultIterator(page_res, tesseract, scale, scaled_yres, rect_left, rect_top, rect_width, rect_height)) {}
virtual tesseract::MutableIterator::~MutableIterator | ( | ) | [inline, virtual] |
Definition at line 54 of file mutableiterator.h.
{}
const PAGE_RES_IT* tesseract::MutableIterator::PageResIt | ( | ) | const [inline] |
Definition at line 59 of file mutableiterator.h.
{ return it_; }