#include <PlotData.h>
Public Member Functions | |
| PlotData () | |
| virtual | ~PlotData () |
| virtual bool | isValid () const =0 |
| ABSTRACT METHODS //. | |
| virtual bool | willDeleteData () const =0 |
| Returns whether this object will delete its underlying data structures upon deconstruction or not. | |
| virtual void | setDeleteData (bool del=true)=0 |
| Sets whether this object will delete its underlying data structures upon deconstruction or not. | |
Definition at line 52 of file PlotData.h.
| casa::PlotData::PlotData | ( | ) | [inline] |
Definition at line 54 of file PlotData.h.
| virtual casa::PlotData::~PlotData | ( | ) | [inline, virtual] |
Definition at line 56 of file PlotData.h.
| virtual bool casa::PlotData::isValid | ( | ) | const [pure virtual] |
ABSTRACT METHODS //.
Returns whether the contained data is valid or not.
Implemented in casa::PlotSingleDataImpl< T >, casa::PlotPointDataImpl< T >, casa::PlotHistogramData, and casa::PlotMSIndexer.
| virtual void casa::PlotData::setDeleteData | ( | bool | del = true |
) | [pure virtual] |
Sets whether this object will delete its underlying data structures upon deconstruction or not.
Implemented in casa::PlotSingleDataImpl< T >, casa::PlotPointDataImpl< T >, casa::PlotHistogramData, casa::PlotMaskedPointDataImpl< T >, casa::PlotErrorDataImpl< T >, and casa::PlotMSIndexer.
| virtual bool casa::PlotData::willDeleteData | ( | ) | const [pure virtual] |
Returns whether this object will delete its underlying data structures upon deconstruction or not.
Implemented in casa::PlotSingleDataImpl< T >, casa::PlotPointDataImpl< T >, casa::PlotHistogramData, casa::PlotMaskedPointDataImpl< T >, casa::PlotErrorDataImpl< T >, and casa::PlotMSIndexer.
1.6.1