Logo ROOT   6.08/07
Reference Guide
List of all members | 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

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

Private Attributes

UInt_t fAxis
 

Member Function Documentation

◆ GetAxis()

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

Definition at line 53 of file KDTree.h.

◆ operator()()

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.

◆ SetAxis()

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

Definition at line 54 of file KDTree.h.

Member Data Documentation

◆ fAxis

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

Definition at line 57 of file KDTree.h.


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