29 #ifndef MS_MSPROCESSOR_H
30 #define MS_MSPROCESSOR_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/ms/MeasurementSets/MSTable.h>
34 #include <casacore/ms/MeasurementSets/MSProcessorEnums.h>
78 public MSTable<MSProcessorEnums>
Enums for the MeasurementSet PROCESSER table.
Bool hasBeenDestroyed_p
required by the need to throw an exception in the destructor
~MSProcessor()
As with tables, the destructor writes the table if necessary.
MSProcessor()
This constructs an empty MSProcessor.
MSProcessor(const Table &table)
MSProcessor(const String &tableName, TableOption=Table::Old)
These constructors mirror the Table ones with additional checking on validity (verifying that the MSP...
MSProcessor & operator=(const MSProcessor &)
Assignment operator, reference semantics.
MSProcessor referenceCopy(const String &newTableName, const Block< String > &writableColumns) const
Make a special copy of this Table which references all columns from this Table except those mentioned...
static MSTableMaps initMaps()
Initialize the statics appropriately.
A Table intended to hold astronomical data
Create a new table - define shapes, data managers, etc.
String: the storage and methods of handling collections of characters.
const String & tableName() const
Get the table name.
TableOption
Define the possible options how a table can be opened.
this file contains all the compiler specific defines
bool Bool
Define the standard types used by Casacore.
uInt64 rownr_t
Define the type of a row number in a table.