ROOT 6.08/07 Reference Guide |
Protected Types | |
typedef std::pair< value_type, value_type > | tBoundary |
Protected Member Functions | |
virtual BinNode * | Clone () |
Protected Attributes | |
std::vector< tBoundary > | fBoundaries |
UInt_t | fEntries |
Double_t | fSumw |
Double_t | fSumw2 |
Private Member Functions | |
virtual void | GetClosestPoints (const point_type &, UInt_t, std::vector< std::pair< const _DataPoint *, Double_t > > &) const |
virtual void | GetPointsWithinDist (const point_type &, value_type, std::vector< const point_type *> &) const |
BinNode & | operator= (const BinNode &rhs) |
|
protected |
ROOT::Math::KDTree< _DataPoint >::BinNode::BinNode | ( | BaseNode * | pParent = 0 | ) |
Definition at line 744 of file KDTree.icc.
ROOT::Math::KDTree< _DataPoint >::BinNode::BinNode | ( | const BinNode & | copy | ) |
Definition at line 756 of file KDTree.icc.
|
inlinevirtual |
|
protectedvirtual |
Implements ROOT::Math::KDTree< _DataPoint >::BaseNode.
Reimplemented in ROOT::Math::KDTree< _DataPoint >::TerminalNode.
Definition at line 775 of file KDTree.icc.
|
virtual |
Reimplemented in ROOT::Math::KDTree< _DataPoint >::TerminalNode.
Definition at line 784 of file KDTree.icc.
|
virtual |
Implements ROOT::Math::KDTree< _DataPoint >::BaseNode.
Reimplemented in ROOT::Math::KDTree< _DataPoint >::TerminalNode.
Definition at line 810 of file KDTree.icc.
_DataPoint ROOT::Math::KDTree< _DataPoint >::BinNode::GetBinCenter | ( | ) | const |
Definition at line 822 of file KDTree.icc.
|
inline |
|
inlinevirtual |
Reimplemented in ROOT::Math::KDTree< _DataPoint >::TerminalNode.
|
inlineprivatevirtual |
Implements ROOT::Math::KDTree< _DataPoint >::BaseNode.
Reimplemented in ROOT::Math::KDTree< _DataPoint >::TerminalNode.
|
inline |
|
inline |
|
inline |
|
inlineprivatevirtual |
Implements ROOT::Math::KDTree< _DataPoint >::BaseNode.
Reimplemented in ROOT::Math::KDTree< _DataPoint >::TerminalNode.
|
inline |
|
inline |
Double_t ROOT::Math::KDTree< _DataPoint >::BinNode::GetVolume | ( | ) | const |
Definition at line 839 of file KDTree.icc.
|
virtual |
Implements ROOT::Math::KDTree< _DataPoint >::BaseNode.
Reimplemented in ROOT::Math::KDTree< _DataPoint >::TerminalNode.
Definition at line 856 of file KDTree.icc.
Bool_t ROOT::Math::KDTree< _DataPoint >::BinNode::IsInBin | ( | const point_type & | rPoint | ) | const |
Definition at line 874 of file KDTree.icc.
|
private |
Definition at line 794 of file KDTree.icc.
|
virtual |
Implements ROOT::Math::KDTree< _DataPoint >::BaseNode.
Reimplemented in ROOT::Math::KDTree< _DataPoint >::TerminalNode.
Definition at line 887 of file KDTree.icc.
|
protected |
|
protected |
|
protected |
|
protected |