#include <shapetable.h>
Definition at line 137 of file shapetable.h.
◆ ShapeQueueEntry() [1/2]
tesseract::ShapeQueueEntry::ShapeQueueEntry |
( |
| ) |
|
|
inline |
◆ ShapeQueueEntry() [2/2]
tesseract::ShapeQueueEntry::ShapeQueueEntry |
( |
const ShapeRating & |
rating, |
|
|
int |
level0 |
|
) |
| |
|
inline |
◆ operator<()
bool tesseract::ShapeQueueEntry::operator< |
( |
const ShapeQueueEntry & |
other | ) |
const |
|
inline |
Definition at line 143 of file shapetable.h.
143 {
146 return level > other.level;
147 return false;
148 }
◆ level
int tesseract::ShapeQueueEntry::level |
◆ result
The documentation for this struct was generated from the following file: