casacore
|
MSSelectableTable: An interface class used by MSSelection module to access the sub-tables and main-table columns of MS-like tables. More...
#include <MSSelectableTable.h>
Public Types | |
enum | MSSDataType { BASELINE_BASED, PURE_ANTENNA_BASED, REF_ANTENNA_BASED } |
Public Member Functions | |
MSSelectableTable () | |
MSSelectableTable (const Table &table) | |
virtual | ~MSSelectableTable () |
virtual void | setTable (const Table &table) |
const Table * | table () |
TableExprNode | col (const String &colName) |
virtual Bool | isMS ()=0 |
virtual MSSDataType | dataType ()=0 |
virtual const MSAntenna & | antenna ()=0 |
virtual const MSField & | field ()=0 |
virtual const MSSpectralWindow & | spectralWindow ()=0 |
virtual const MSDataDescription & | dataDescription ()=0 |
virtual const MSObservation & | observation ()=0 |
virtual String | columnName (MSMainEnums::PredefinedColumns nameEnum)=0 |
virtual const MeasurementSet * | asMS ()=0 |
virtual MSSelectableMainColumn * | mainColumns ()=0 |
Protected Attributes | |
const Table * | table_p |
MSSelectableTable: An interface class used by MSSelection module to access the sub-tables and main-table columns of MS-like tables.
Public interface
From "msselection" and "table".
This is a pure virtual base-class to provide a table-type agnostic interface to the MSSelection module to access sub-tables and main-table columns of MS-like tables.
To allow use of the MSSelection module for selection on any table that follows the general structure of the MS database. Via this class, minor differences in the database layout can be hidden from the MSSelection module. This also keeps MeasurementSet module from depending on other MS-like database implemention which may use the MSSelection module. Such usage will need to implement a specialization of MSSelectableTable and use it to instantiate the MSSelection object.
Definition at line 96 of file MSSelectableTable.h.
Enumerator | |
---|---|
BASELINE_BASED | |
PURE_ANTENNA_BASED | |
REF_ANTENNA_BASED |
Definition at line 99 of file MSSelectableTable.h.
|
inline |
Definition at line 101 of file MSSelectableTable.h.
|
inline |
Definition at line 102 of file MSSelectableTable.h.
|
inlinevirtual |
Definition at line 103 of file MSSelectableTable.h.
|
pure virtual |
Implemented in casacore::MSInterface.
|
pure virtual |
Implemented in casacore::MSInterface.
|
inline |
Definition at line 107 of file MSSelectableTable.h.
References casacore::Table::col(), and table().
|
pure virtual |
Implemented in casacore::MSInterface.
|
pure virtual |
Implemented in casacore::MSInterface.
|
pure virtual |
Implemented in casacore::MSInterface.
|
pure virtual |
Implemented in casacore::MSInterface.
|
pure virtual |
Implemented in casacore::MSInterface.
|
pure virtual |
Implemented in casacore::MSInterface.
|
pure virtual |
Implemented in casacore::MSInterface.
|
inlinevirtual |
Definition at line 105 of file MSSelectableTable.h.
|
pure virtual |
Implemented in casacore::MSInterface.
|
inline |
Definition at line 106 of file MSSelectableTable.h.
References table_p.
Referenced by casacore::MSInterface::asMS(), col(), MSSelectableTable(), and setTable().
|
protected |
Definition at line 123 of file MSSelectableTable.h.
Referenced by casacore::MSInterface::mainColumns(), MSSelectableTable(), setTable(), and table().