libnabo  1.0.6
Public Member Functions | Public Attributes | Friends | List of all members
Nabo::IndexHeapSTL< IT, VT >::Entry Struct Reference

an entry of the heap tree 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 of lower value than e1, false otherwise
 

Detailed Description

template<typename IT, typename VT>
struct Nabo::IndexHeapSTL< IT, VT >::Entry

an entry of the heap tree


The documentation for this struct was generated from the following file: