ROOT 6.13/01 Reference Guide |
Public Member Functions | |
SplitNode (UInt_t iAxis, Double_t fCutValue, BaseNode &rLeft, BaseNode &rRight, BaseNode *pParent=0) | |
virtual | ~SplitNode () |
const Cut * | GetCut () const |
virtual void | Print (Int_t iRow=0) const |
Public Member Functions inherited from ROOT::Math::KDTree< _DataPoint >::BaseNode | |
BaseNode (BaseNode *pParent=0) | |
virtual | ~BaseNode () |
BaseNode *& | GetParentPointer () |
virtual Bool_t | IsHeadNode () const |
Bool_t | IsLeftChild () const |
BaseNode *& | LeftChild () |
const BaseNode * | LeftChild () const |
BaseNode *& | Parent () |
const BaseNode * | Parent () const |
virtual void | Print (int iRow=0) const =0 |
BaseNode *& | RightChild () |
const BaseNode * | RightChild () const |
Private Member Functions | |
SplitNode (const SplitNode &) | |
virtual SplitNode * | Clone () |
virtual const BinNode * | FindNode (const point_type &rPoint) const |
virtual void | GetClosestPoints (const point_type &rRef, UInt_t nPoints, std::vector< std::pair< const _DataPoint *, Double_t > > &vFoundPoints) const |
virtual void | GetPointsWithinDist (const point_type &rRef, value_type fDist, std::vector< const _DataPoint *> &vFoundPoints) const |
virtual Bool_t | Insert (const point_type &rPoint) |
SplitNode & | operator= (const SplitNode &) |
Private Attributes | |
const Cut * | fCut |
ROOT::Math::KDTree< _DataPoint >::SplitNode::SplitNode | ( | UInt_t | iAxis, |
Double_t | fCutValue, | ||
BaseNode & | rLeft, | ||
BaseNode & | rRight, | ||
BaseNode * | pParent = 0 |
||
) |
Definition at line 588 of file KDTree.icc.
|
virtual |
Definition at line 610 of file KDTree.icc.
|
inlineprivate |
|
privatevirtual |
Implements ROOT::Math::KDTree< _DataPoint >::BaseNode.
Definition at line 619 of file KDTree.icc.
|
privatevirtual |
Implements ROOT::Math::KDTree< _DataPoint >::BaseNode.
Definition at line 638 of file KDTree.icc.
|
privatevirtual |
Implements ROOT::Math::KDTree< _DataPoint >::BaseNode.
Definition at line 652 of file KDTree.icc.
|
inline |
|
privatevirtual |
Implements ROOT::Math::KDTree< _DataPoint >::BaseNode.
Definition at line 689 of file KDTree.icc.
|
inlineprivatevirtual |
Implements ROOT::Math::KDTree< _DataPoint >::BaseNode.
Definition at line 721 of file KDTree.icc.
|
inlineprivate |
|
virtual |
Definition at line 735 of file KDTree.icc.
|
private |