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