Tesseract  3.02
tesseract::MutableIterator Class Reference

#include <mutableiterator.h>

Inheritance diagram for tesseract::MutableIterator:
tesseract::ResultIterator tesseract::LTRResultIterator tesseract::PageIterator

List of all members.

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_ITPageResIt () const

Detailed Description

Definition at line 44 of file mutableiterator.h.


Constructor & Destructor Documentation

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.

{}

Member Function Documentation

const PAGE_RES_IT* tesseract::MutableIterator::PageResIt ( ) const [inline]

Definition at line 59 of file mutableiterator.h.

{ return it_; }

The documentation for this class was generated from the following file: