|   | ROOT   6.16/01 Reference Guide | 
| Public Member Functions | |
| BaseNode (BaseNode *pParent=0) | |
| virtual | ~BaseNode () | 
| virtual BaseNode * | Clone ()=0 | 
| virtual const BinNode * | FindNode (const point_type &rPoint) const =0 | 
| virtual void | GetClosestPoints (const point_type &rRef, UInt_t nPoints, std::vector< std::pair< const _DataPoint *, Double_t > > &vFoundPoints) const =0 | 
| BaseNode *& | GetParentPointer () | 
| virtual void | GetPointsWithinDist (const point_type &rRef, value_type fDist, std::vector< const point_type * > &vFoundPoints) const =0 | 
| virtual Bool_t | Insert (const point_type &rPoint)=0 | 
| 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 | |
| BaseNode (const BaseNode &) | |
| BaseNode & | operator= (const BaseNode &) | 
| Private Attributes | |
| BaseNode * | fLeftChild | 
| pointer to parent node  More... | |
| BaseNode * | fParent | 
| BaseNode * | fRightChild | 
| pointer to left child  More... | |
| ROOT::Math::KDTree< _DataPoint >::BaseNode::BaseNode | ( | BaseNode * | pParent = 0 | ) | 
Definition at line 496 of file KDTree.icc.
| 
 | virtual | 
Definition at line 506 of file KDTree.icc.
| 
 | inlineprivate | 
| 
 | pure virtual | 
| 
 | pure virtual | 
| 
 | pure virtual | 
| KDTree< _DataPoint >::BaseNode *& ROOT::Math::KDTree< _DataPoint >::BaseNode::GetParentPointer | 
Definition at line 520 of file KDTree.icc.
| 
 | pure virtual | 
| 
 | pure virtual | 
| 
 | inlinevirtual | 
Reimplemented in ROOT::Math::KDTree< _DataPoint >::HeadNode.
| bool ROOT::Math::KDTree< _DataPoint >::BaseNode::IsLeftChild | 
Definition at line 542 of file KDTree.icc.
| 
 | inline | 
| 
 | inline | 
| 
 | inlineprivate | 
| 
 | inline | 
| 
 | inline | 
| 
 | pure virtual | 
| 
 | inline | 
| 
 | inline | 
| 
 | private | 
| 
 | private | 
| 
 | private |