class ROOT::Math::KDTree<ROOT::Math::TDataPoint<1,double> >
Function Members (Methods)
public:
| ~KDTree<ROOT::Math::TDataPoint<1,double> >() |
static UInt_t | Dimension() |
void | EmptyBins() |
ROOT::Math::KDTree<ROOT::Math::TDataPoint<1,double> >::iterator | End() |
const ROOT::Math::KDTree<ROOT::Math::TDataPoint<1,double> >::iterator | End() const |
const ROOT::Math::KDTree<ROOT::Math::TDataPoint<1,double> >::Bin* | FindBin(const ROOT::Math::KDTree<ROOT::Math::TDataPoint<1,double> >::point_type& rPoint) const |
ROOT::Math::KDTree<ROOT::Math::TDataPoint<1,double> >::iterator | First() |
const ROOT::Math::KDTree<ROOT::Math::TDataPoint<1,double> >::iterator | First() const |
void | Freeze() |
Double_t | GetBucketSize() const |
void | GetClosestPoints(const ROOT::Math::TDataPoint<1,double>& rRef, UInt_t nPoints, vector<std::pair<const ROOT::Math::TDataPoint<1,double>*,Double_t> >& vFoundPoints) const |
Double_t | GetEffectiveEntries() const |
UInt_t | GetEntries() const |
ROOT::Math::KDTree<ROOT::Math::TDataPoint<1,double> >* | GetFrozenCopy() |
UInt_t | GetNBins() const |
void | GetPointsWithinDist(const ROOT::Math::TDataPoint<1,double>& rRef, ROOT::Math::KDTree<ROOT::Math::TDataPoint<1,double> >::value_type fDist, vector<const ROOT::Math::TDataPoint<1,double>*>& vFoundPoints) const |
Double_t | GetTotalSumw() const |
Double_t | GetTotalSumw2() const |
Bool_t | Insert(const ROOT::Math::KDTree<ROOT::Math::TDataPoint<1,double> >::point_type& rData) |
Bool_t | IsFrozen() const |
ROOT::Math::KDTree<ROOT::Math::TDataPoint<1,double> > | KDTree<ROOT::Math::TDataPoint<1,double> >(UInt_t iBucketSize) |
ROOT::Math::KDTree<ROOT::Math::TDataPoint<1,double> >::iterator | Last() |
const ROOT::Math::KDTree<ROOT::Math::TDataPoint<1,double> >::iterator | Last() const |
void | Print() |
void | Reset() |
void | SetOwner(Bool_t bIsOwner = true) |
void | SetSplitOption(ROOT::Math::KDTree<ROOT::Math::TDataPoint<1,double> >::eSplitOption opt) |
Data Members
public:
enum eSplitOption { | kEffective | |
| kBinContent | |
}; | | |
Class Charts
Function documentation
const iterator End() const
const iterator First() const
const iterator Last() const