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
Definition at line 269 of file index_heap.h.
Nabo::IndexHeapBruteForceVector< IT, VT >::Entry::Entry | ( | const IT | index, |
const VT | value | ||
) | [inline] |
create a new entry
Definition at line 275 of file index_heap.h.
return true if e0 is smaller than e1, false otherwise
Definition at line 277 of file index_heap.h.
IT Nabo::IndexHeapBruteForceVector< IT, VT >::Entry::index |
index of point
Definition at line 271 of file index_heap.h.
VT Nabo::IndexHeapBruteForceVector< IT, VT >::Entry::value |
distance for this point
Definition at line 272 of file index_heap.h.