Tesseract 3.01
tesseract::AltList Class Reference

#include <altlist.h>

Inheritance diagram for tesseract::AltList:
tesseract::CharAltList tesseract::WordAltList

List of all members.

Public Member Functions

 AltList (int max_alt)
virtual ~AltList ()
virtual void Sort ()=0
int BestCost (int *best_alt) const
int AltCount () const
int AltCost (int alt_idx) const
double AltProb (int alt_idx) const
void * AltTag (int alt_idx) const

Protected Attributes

int max_alt_
int alt_cnt_
int * alt_cost_
void ** alt_tag_

Constructor & Destructor Documentation

tesseract::AltList::AltList ( int  max_alt) [explicit]
tesseract::AltList::~AltList ( ) [virtual]

Member Function Documentation

int tesseract::AltList::AltCost ( int  alt_idx) const [inline]
int tesseract::AltList::AltCount ( ) const [inline]
double tesseract::AltList::AltProb ( int  alt_idx) const [inline]
void* tesseract::AltList::AltTag ( int  alt_idx) const [inline]
int tesseract::AltList::BestCost ( int *  best_alt) const
virtual void tesseract::AltList::Sort ( ) [pure virtual]

Member Data Documentation

void** tesseract::AltList::alt_tag_ [protected]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines