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::BestMatch< KE > Class Template Reference

#include <KDTree.h>

Public Member Functions

 BestMatch (const KE *iMatch, double iDistance)
 

Public Attributes

double _distance
 
const KE * _match
 

Detailed Description

template<class KE>
class KDTreeSpace::BestMatch< KE >

Definition at line 38 of file KDTree.h.

Constructor & Destructor Documentation

template<class KE>
KDTreeSpace::BestMatch< KE >::BestMatch ( const KE *  iMatch,
double  iDistance 
)
inline

Definition at line 56 of file KDTree.h.

Member Data Documentation

template<class KE>
double KDTreeSpace::BestMatch< KE >::_distance

Definition at line 57 of file KDTree.h.

Referenced by KDTreeSpace::operator>().

template<class KE>
const KE* KDTreeSpace::BestMatch< KE >::_match

Definition at line 58 of file KDTree.h.


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