Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 40 of file KDTree.h.

Constructor & Destructor Documentation

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

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

Definition at line 90 of file KDTree.h.

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

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