tesseract
5.0.0-alpha-619-ge9db
|
#include <sortflts.h>
Public Member Functions | |
SORTED_FLOATS () | |
SORTED_FLOATS::add | |
Add a new entry to the sorted list of floats. | |
void | add (float value, int32_t key) |
SORTED_FLOATS::remove | |
Remove an entry from the sorted list of floats. | |
void | remove (int32_t key) |
SORTED_FLOATS::operator[] | |
Return the floating point value of the given index into the list. | |
float | operator[] (int32_t index) |
Definition at line 41 of file sortflts.h.
|
inline |
void SORTED_FLOATS::add | ( | float | value, |
int32_t | key | ||
) |
add sample
value | sample float |
key | retrieval key |
Definition at line 26 of file sortflts.cpp.
float SORTED_FLOATS::operator[] | ( | int32_t | index | ) |
void SORTED_FLOATS::remove | ( | int32_t | key | ) |