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

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
 

Detailed Description

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

an entry of the heap vector


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