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

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

Definition at line 60 of file KDTree.h.

Public Member Functions

 Cut ()
 
 Cut (UInt_t iAxis, Double_t fNewCutValue)
 
 ~Cut ()
 
UInt_t GetAxis () const
 
value_type GetCutValue () const
 
void SetAxis (UInt_t iAxis)
 
void SetCutValue (Double_t fNewCutValue)
 
Bool_t operator< (const point_type &rPoint) const
 
Bool_t operator> (const point_type &rPoint) const
 

Private Attributes

UInt_t fAxis
 
Double_t fCutValue
 

Constructor & Destructor Documentation

template<class _DataPoint>
ROOT::Math::KDTree< _DataPoint >::Cut::Cut ( )
inline

Definition at line 63 of file KDTree.h.

template<class _DataPoint>
ROOT::Math::KDTree< _DataPoint >::Cut::Cut ( UInt_t  iAxis,
Double_t  fNewCutValue 
)
inline

Definition at line 64 of file KDTree.h.

template<class _DataPoint>
ROOT::Math::KDTree< _DataPoint >::Cut::~Cut ( )
inline

Definition at line 65 of file KDTree.h.

Member Function Documentation

template<class _DataPoint>
UInt_t ROOT::Math::KDTree< _DataPoint >::Cut::GetAxis ( ) const
inline
template<class _DataPoint>
value_type ROOT::Math::KDTree< _DataPoint >::Cut::GetCutValue ( ) const
inline
template<class _DataPoint >
bool ROOT::Math::KDTree< _DataPoint >::Cut::operator< ( const point_type rPoint) const

Definition at line 452 of file KDTree.icc.

template<class _DataPoint >
bool ROOT::Math::KDTree< _DataPoint >::Cut::operator> ( const point_type rPoint) const

Definition at line 472 of file KDTree.icc.

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

Definition at line 69 of file KDTree.h.

template<class _DataPoint>
void ROOT::Math::KDTree< _DataPoint >::Cut::SetCutValue ( Double_t  fNewCutValue)
inline

Definition at line 70 of file KDTree.h.

Member Data Documentation

template<class _DataPoint>
UInt_t ROOT::Math::KDTree< _DataPoint >::Cut::fAxis
private
template<class _DataPoint>
Double_t ROOT::Math::KDTree< _DataPoint >::Cut::fCutValue
private

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