27 #ifndef PLOTMSEXPORTPARAM_H_
28 #define PLOTMSEXPORTPARAM_H_
void setExportRange(PMS::ExportRange exportRange)
Convenience methods for setting the standard field values.
bool operator!=(const PlotMSExportParam &other) const
casacore::String summary() const
Print out a summary.
PlotMSExportParam()
Constructor, which uses default values.
void fromRecord(const casacore::RecordInterface &record)
Converts this object to/from a record.
static const casacore::String EXPORT_RANGE
PMS::ExportRange exportRange_
The export range.
A hierarchical collection of named fields of various types.
PMS::ExportRange getExportRange() const
Convenience methods for returning the standard field values.
Specifies export parameters for plotms.
~PlotMSExportParam()
Destructor.
bool operator==(const PlotMSExportParam &other) const
Equality operators.
String: the storage and methods of handling collections of characters.
Abstract base class for Record classes.
void setDefaults()
Sets the default values.
casacore::Record toRecord() const