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 More...
 

Public Attributes

IT index
 index of point More...
 
VT value
 distance for this point More...
 

Friends

bool operator< (const Entry &e0, const Entry &e1)
 return true if e0 is smaller than e1, false otherwise More...
 

Detailed Description

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

an entry of the heap vector

Definition at line 272 of file index_heap.h.

Constructor & Destructor Documentation

◆ Entry()

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

create a new entry

Definition at line 278 of file index_heap.h.

Friends And Related Function Documentation

◆ operator<

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

return true if e0 is smaller than e1, false otherwise

Definition at line 280 of file index_heap.h.

Member Data Documentation

◆ index

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

index of point

Definition at line 274 of file index_heap.h.

◆ value

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

distance for this point

Definition at line 275 of file index_heap.h.


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


libnabo
Author(s): Stéphane Magnenat
autogenerated on Mon Feb 28 2022 22:41:38