Public Member Functions | Public Attributes | Friends
Nabo::IndexHeapSTL< IT, VT >::Entry Struct Reference

an entry of the heap tree More...

#include <index_heap.h>

List of all members.

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

Definition at line 60 of file index_heap.h.


Constructor & Destructor Documentation

template<typename IT, typename VT>
Nabo::IndexHeapSTL< IT, VT >::Entry::Entry ( const IT  index,
const VT  value 
) [inline]

create a new entry

Definition at line 66 of file index_heap.h.


Friends And Related Function Documentation

template<typename IT, typename VT>
bool operator< ( const Entry e0,
const Entry e1 
) [friend]

return true if e0 is of lower value than e1, false otherwise

Definition at line 68 of file index_heap.h.


Member Data Documentation

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

index of point

Definition at line 62 of file index_heap.h.

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

distance for this point

Definition at line 63 of file index_heap.h.


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


libnabo
Author(s): Stéphane Magnenat
autogenerated on Thu Sep 10 2015 10:54:55