tesseract
3.03
|
#include <shapetable.h>
Public Member Functions | |
ShapeQueueEntry () | |
ShapeQueueEntry (const ShapeRating &rating, int level0) | |
bool | operator< (const ShapeQueueEntry &other) const |
Public Attributes | |
ShapeRating | result |
int | level |
Definition at line 123 of file shapetable.h.
tesseract::ShapeQueueEntry::ShapeQueueEntry | ( | ) | [inline] |
Definition at line 124 of file shapetable.h.
tesseract::ShapeQueueEntry::ShapeQueueEntry | ( | const ShapeRating & | rating, |
int | level0 | ||
) | [inline] |
Definition at line 125 of file shapetable.h.
bool tesseract::ShapeQueueEntry::operator< | ( | const ShapeQueueEntry & | other | ) | const [inline] |
Definition at line 139 of file shapetable.h.
Definition at line 137 of file shapetable.h.