|
Tesseract
3.02
|
#include <mastertrainer.h>
Public Member Functions | |
| ShapeDist () | |
| ShapeDist (int s1, int s2, float dist) | |
| bool | operator< (const ShapeDist &other) const |
Public Attributes | |
| int | shape1 |
| int | shape2 |
| float | distance |
Definition at line 49 of file mastertrainer.h.
| tesseract::ShapeDist::ShapeDist | ( | ) | [inline] |
| tesseract::ShapeDist::ShapeDist | ( | int | s1, |
| int | s2, | ||
| float | dist | ||
| ) | [inline] |
Definition at line 51 of file mastertrainer.h.
| bool tesseract::ShapeDist::operator< | ( | const ShapeDist & | other | ) | const [inline] |
Definition at line 55 of file mastertrainer.h.
{
return distance < other.distance;
}
Definition at line 61 of file mastertrainer.h.
Definition at line 59 of file mastertrainer.h.
Definition at line 60 of file mastertrainer.h.