|
tesseract
4.00.00dev
|
#include <sortflts.h>
Public Member Functions | |
| SORTED_FLOATS () | |
SORTED_FLOATS::add | |
Add a new entry to the sorted lsit of floats. | |
| void | add (float value, inT32 key) |
SORTED_FLOATS::remove | |
Remove an entry from the sorted lsit of floats. | |
| void | remove (inT32 key) |
SORTED_FLOATS::operator[] | |
Return the floating point value of the given index into the list. | |
| float | operator[] (inT32 index) |
Definition at line 44 of file sortflts.h.
|
inline |
| void SORTED_FLOATS::add | ( | float | value, |
| inT32 | key | ||
| ) |
add sample
| value | sample float |
| key | retrieval key |
Definition at line 28 of file sortflts.cpp.
| float SORTED_FLOATS::operator[] | ( | inT32 | index | ) |
| void SORTED_FLOATS::remove | ( | inT32 | key | ) |