28 #ifndef DISPLAY_DISPLAYOPTIONS_H
29 #define DISPLAY_DISPLAYOPTIONS_H
192 #ifndef AIPS_NO_TEMPLATE_SRC
193 #include <display/Utilities/DisplayOptionsTemplate.tcc>
virtual ~DisplayOptions()
Destructor.
A 1-D Specialization of the Array class.
Class to provide option parsing routines for display classes.
casacore::Record unset() const
Return a casacore::Record which is an "unset" casacore::Record, ie.
casacore::Bool compatible(const casacore::DataType &compareme, const casacore::DataType &tome) const
A utility to check if two types are compatible.
casacore::Record itsUnsetRecord
An unset record to return with protected unset() function.
casacore::Bool isUnset(const casacore::Record &rec) const
Return true or false indicating if the provided casacore::Record is equal to an "unset" Record...
A hierarchical collection of named fields of various types.
bool Bool
Define the standard types used by Casacore.
void operator=(const DisplayOptions &other)
(Required) copy assignment.
casacore::Bool readOptionRecord(casacore::Vector< T > &target, casacore::Bool &error, const casacore::Record &rec, const casacore::String &fieldname) const
Find the field fieldname in casacore::Record rec, containing the requested type (casacore::Bool, casacore::String, casacore::Float, casacore::Int) in itself or its "value" sub-field, and return the value in target.
String: the storage and methods of handling collections of characters.
DisplayOptions()
Constructor.