![]() |
ROOT
6.06/09
Reference Guide
|
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 |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 67 of file KDTree.h.
Referenced by ROOT::Math::KDTree< _DataPoint >::TerminalNode::UpdateBoundaries().
|
inline |
Definition at line 68 of file KDTree.h.
Referenced by ROOT::Math::KDTree< _DataPoint >::TerminalNode::UpdateBoundaries().
| bool ROOT::Math::KDTree< _DataPoint >::Cut::operator< | ( | const point_type & | rPoint | ) | const |
Definition at line 452 of file KDTree.icc.
| bool ROOT::Math::KDTree< _DataPoint >::Cut::operator> | ( | const point_type & | rPoint | ) | const |
Definition at line 472 of file KDTree.icc.
|
inline |
|
inline |
|
private |
Definition at line 76 of file KDTree.h.
Referenced by ROOT::Math::KDTree< _DataPoint >::Cut::GetAxis(), and ROOT::Math::KDTree< _DataPoint >::Cut::SetAxis().
|
private |
Definition at line 77 of file KDTree.h.
Referenced by ROOT::Math::KDTree< _DataPoint >::Cut::GetCutValue(), and ROOT::Math::KDTree< _DataPoint >::Cut::SetCutValue().