Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::Math::KDTree< _DataPoint >::ComparePoints Class Reference

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

Definition at line 49 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 54 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 433 of file KDTree.icc.

◆ SetAxis()

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

Definition at line 55 of file KDTree.h.

Member Data Documentation

◆ fAxis

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

Definition at line 58 of file KDTree.h.

  • math/mathcore/inc/Math/KDTree.h
  • math/mathcore/inc/Math/KDTree.icc