ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
ROOT::Math::KDTree< _DataPoint >::ComparePoints Class Reference

template<class _DataPoint>
class ROOT::Math::KDTree< _DataPoint >::ComparePoints

Definition at line 48 of file KDTree.h.

Public Member Functions

Bool_t operator() (const point_type *pFirst, const point_type *pSecond) const
 
UInt_t GetAxis () const
 
void SetAxis (UInt_t iAxis)
 

Private Attributes

UInt_t fAxis
 

Member Function Documentation

template<class _DataPoint>
UInt_t ROOT::Math::KDTree< _DataPoint >::ComparePoints::GetAxis ( ) const
inline

Definition at line 53 of file KDTree.h.

template<class _DataPoint >
bool ROOT::Math::KDTree< _DataPoint >::ComparePoints::operator() ( const point_type pFirst,
const point_type pSecond 
) const

Definition at line 429 of file KDTree.icc.

template<class _DataPoint>
void ROOT::Math::KDTree< _DataPoint >::ComparePoints::SetAxis ( UInt_t  iAxis)
inline

Member Data Documentation

template<class _DataPoint>
UInt_t ROOT::Math::KDTree< _DataPoint >::ComparePoints::fAxis
private

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