Hugin trunk 0.1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
KDTreeSpace::QueueEntry< KE, VTYPE > Class Template Reference

#include <KDTree.h>

Public Member Functions

 QueueEntry (HyperRectangle< KE, VTYPE > &iHR, KDTree< KE, VTYPE > *iKDTree, double iDistance)
 

Public Attributes

double _dist
 
HyperRectangle< KE, VTYPE > & _HR
 
KDTree< KE, VTYPE > * _kdTree
 

Detailed Description

template<class KE, class VTYPE>
class KDTreeSpace::QueueEntry< KE, VTYPE >

Definition at line 85 of file KDTree.h.

Constructor & Destructor Documentation

◆ QueueEntry()

template<class KE , class VTYPE >
KDTreeSpace::QueueEntry< KE, VTYPE >::QueueEntry ( HyperRectangle< KE, VTYPE > &  iHR,
KDTree< KE, VTYPE > *  iKDTree,
double  iDistance 
)
inline

Definition at line 88 of file KDTree.h.

Member Data Documentation

◆ _dist

Definition at line 90 of file KDTree.h.

◆ _HR

Definition at line 91 of file KDTree.h.

◆ _kdTree

template<class KE , class VTYPE >
KDTree<KE, VTYPE>* KDTreeSpace::QueueEntry< KE, VTYPE >::_kdTree

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