|
tesseract 3.04.01
|
#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 138 of file shapetable.h.
| tesseract::ShapeQueueEntry::ShapeQueueEntry | ( | ) | [inline] |
Definition at line 139 of file shapetable.h.
| tesseract::ShapeQueueEntry::ShapeQueueEntry | ( | const ShapeRating & | rating, |
| int | level0 | ||
| ) | [inline] |
Definition at line 140 of file shapetable.h.
| bool tesseract::ShapeQueueEntry::operator< | ( | const ShapeQueueEntry & | other | ) | const [inline] |
Definition at line 144 of file shapetable.h.
Definition at line 154 of file shapetable.h.
Definition at line 152 of file shapetable.h.