28 #ifndef MEASURES_TABLEMEASVALUEDESC_H
29 #define MEASURES_TABLEMEASVALUEDESC_H
void checkColumn(const TableDesc &td) const
Throw an exception if the quantum column doesn't exist or is of the wrong type.
TableMeasValueDesc & operator=(const TableMeasValueDesc &that)
Assignment operator.
Main interface class to a read/write table.
void write(TableDesc &, const TableRecord &measInfo)
Write the type, unit, and MEASINFO record into the column keywords.
TableMeasValueDesc(const String &columnName)
Construct the MeasValue column descriptor for the given column.
void writeKeys(TableRecord &columnKeyset, const TableRecord &measInfo)
Write the actual keywords.
TableMeasValueDesc(const Char *columnName)
A hierarchical collection of named fields of various types.
const String & columnName() const
Get the name of the underlying column.
Definition of a Measure Value in a Table.
String: the storage and methods of handling collections of characters.
Define the structure of a Casacore table.
TableMeasValueDesc()
Null constructor.