Tapkee
|
Public Member Functions | |
HeapItem (int i, double d) | |
bool | operator< (const HeapItem &o) const |
Public Attributes | |
int | index |
double | distance |
Definition at line 141 of file neighbors/vptree.hpp.
HeapItem | ( | int | i, |
double | d | ||
) |
Definition at line 142 of file neighbors/vptree.hpp.
bool operator< | ( | const HeapItem & | o | ) | const |
Definition at line 146 of file neighbors/vptree.hpp.
double distance |
Definition at line 145 of file neighbors/vptree.hpp.
int index |
Definition at line 144 of file neighbors/vptree.hpp.