libnabo
1.1.2
|
an entry of the heap vector More...
#include <index_heap.h>
Public Member Functions | |
Entry (const IT index, const VT value) | |
create a new entry | |
Public Attributes | |
IT | index |
index of point | |
VT | value |
distance for this point | |
Friends | |
bool | operator< (const Entry &e0, const Entry &e1) |
return true if e0 is smaller than e1, false otherwise | |
an entry of the heap vector