virtual | ~TDataPointN<float>() |
static UInt_t | Dimension() |
float | GetCoordinate(unsigned int iAxis) const |
float | GetWeight() const |
bool | Less(ROOT::Math::TDataPointN<float>& rPoint, unsigned int iAxis) const |
ROOT::Math::TDataPointN<float>& | operator=(const ROOT::Math::TDataPointN<float>&) |
void | SetCoordinate(unsigned int iAxis, float fValue) |
static void | SetDimension(UInt_t dim) |
void | SetWeight(float fWeight) |
ROOT::Math::TDataPointN<float> | TDataPointN<float>() |
ROOT::Math::TDataPointN<float> | TDataPointN<float>(const ROOT::Math::TDataPointN<float>&) |
static UInt_t | kDimension | |
ROOT::Math::TDataPointN<float>::value_type | m_fWeight | |
ROOT::Math::TDataPointN<float>::value_type* | m_vCoordinates |