RAIDA
1.9.0
|
Basic user-level interface class for holding and managing a single set of "measurements". More...
#include <IDataPoint.h>
Public Member Functions | |
virtual | ~IDataPoint () |
Destructor. | |
virtual int | dimension () const =0 |
Get the dimension of the IDataPoint, i.e. More... | |
virtual IMeasurement * | coordinate (int coord)=0 |
Get the IMeasurement for a given coordinate. More... | |
virtual const IMeasurement * | coordinate (int coord) const =0 |
Basic user-level interface class for holding and managing a single set of "measurements".
|
pure virtual |
Get the IMeasurement for a given coordinate.
coord | The coordinate. |
Implemented in AIDA::IDataPointROOT.
|
pure virtual |
Get the dimension of the IDataPoint, i.e.
the number of coordinates the point has.
Implemented in AIDA::IDataPointROOT.