casa
$Rev:20696$
|
A single source of data that basically provides indexing of its values. More...
#include <PlotData.h>
Public Member Functions | |
PlotSingleData () | |
virtual | ~PlotSingleData () |
virtual unsigned int | size () const =0 |
ABSTRACT METHODS //. | |
virtual double | at (unsigned int i) const =0 |
Returns the value at given index. | |
virtual bool | minMax (double &min, double &max)=0 |
Gets the minimum and maximum values. |
A single source of data that basically provides indexing of its values.
Definition at line 79 of file PlotData.h.
casa::PlotSingleData::PlotSingleData | ( | ) | [inline] |
Definition at line 81 of file PlotData.h.
virtual casa::PlotSingleData::~PlotSingleData | ( | ) | [inline, virtual] |
Definition at line 83 of file PlotData.h.
virtual double casa::PlotSingleData::at | ( | unsigned int | i | ) | const [pure virtual] |
Returns the value at given index.
Implemented in casa::PlotSingleDataImpl< T >.
virtual bool casa::PlotSingleData::minMax | ( | double & | min, |
double & | max | ||
) | [pure virtual] |
Gets the minimum and maximum values.
Returns false for error.
Implemented in casa::PlotSingleDataImpl< T >.
virtual unsigned int casa::PlotSingleData::size | ( | ) | const [pure virtual] |