Public Member Functions | |
Cut () | |
Cut (UInt_t iAxis, Double_t fNewCutValue) | |
~Cut () | |
UInt_t | GetAxis () const |
value_type | GetCutValue () const |
Bool_t | operator< (const point_type &rPoint) const |
Bool_t | operator> (const point_type &rPoint) const |
void | SetAxis (UInt_t iAxis) |
void | SetCutValue (Double_t fNewCutValue) |
Private Attributes | |
UInt_t | fAxis |
Double_t | fCutValue |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
bool ROOT::Math::KDTree< _DataPoint >::Cut::operator< | ( | const point_type & | rPoint | ) | const |
Definition at line 456 of file KDTree.icc.
bool ROOT::Math::KDTree< _DataPoint >::Cut::operator> | ( | const point_type & | rPoint | ) | const |
Definition at line 476 of file KDTree.icc.
|
inline |
|
inline |
|
private |
|
private |