#include <MSObsColumns.h>
Inheritance diagram for casa::ROMSObservationColumns:

Part of API
ROMSObservationColumns stands for Read-Only MeasurementSet Observation Table columns.
This class provides read-only access to the columns in the MSObservation Table. It does the declaration of all the Scalar and ArrayColumns with the correct types, so the application programmer doesn't have to worry about getting those right. There is an access function for every predefined column. Access to non-predefined columns will still have to be done with explicit declarations. See ROMSColumns for an example.
See MSColumns for the motivation.
Definition at line 79 of file MSObsColumns.h.
| casa::ROMSObservationColumns::ROMSObservationColumns | ( | const MSObservation & | msObservation | ) |
Create a columns object that accesses the data in the specified Table.
| casa::ROMSObservationColumns::~ROMSObservationColumns | ( | ) |
The destructor does nothing special.
| casa::ROMSObservationColumns::ROMSObservationColumns | ( | ) | [protected] |
| casa::ROMSObservationColumns::ROMSObservationColumns | ( | const ROMSObservationColumns & | ) | [private] |
| const ROScalarColumn<Bool>& casa::ROMSObservationColumns::flagRow | ( | ) | const [inline] |
Access to required columns.
Definition at line 90 of file MSObsColumns.h.
References flagRow_p.
Referenced by casa::MSObservationColumns::flagRow().
| const ROArrayColumn<String>& casa::ROMSObservationColumns::log | ( | ) | const [inline] |
| const ROScalarColumn<String>& casa::ROMSObservationColumns::observer | ( | ) | const [inline] |
Definition at line 92 of file MSObsColumns.h.
References observer_p.
Referenced by casa::MSObservationColumns::observer().
| const ROScalarColumn<String>& casa::ROMSObservationColumns::project | ( | ) | const [inline] |
Definition at line 93 of file MSObsColumns.h.
References project_p.
Referenced by casa::MSObservationColumns::project().
| const ROScalarColumn<Double>& casa::ROMSObservationColumns::releaseDate | ( | ) | const [inline] |
Definition at line 94 of file MSObsColumns.h.
References releaseDate_p.
Referenced by casa::MSObservationColumns::releaseDate().
| const ROScalarQuantColumn<Double>& casa::ROMSObservationColumns::releaseDateQuant | ( | ) | const [inline] |
Definition at line 95 of file MSObsColumns.h.
References releaseDateQuant_p.
Referenced by casa::MSObservationColumns::releaseDateQuant().
| const ROScalarMeasColumn<MEpoch>& casa::ROMSObservationColumns::releaseDateMeas | ( | ) | const [inline] |
Definition at line 97 of file MSObsColumns.h.
References releaseDateMeas_p.
Referenced by casa::MSObservationColumns::releaseDateMeas().
| const ROArrayColumn<String>& casa::ROMSObservationColumns::schedule | ( | ) | const [inline] |
Definition at line 99 of file MSObsColumns.h.
References schedule_p.
Referenced by casa::MSObservationColumns::schedule().
| const ROScalarColumn<String>& casa::ROMSObservationColumns::scheduleType | ( | ) | const [inline] |
Definition at line 100 of file MSObsColumns.h.
References scheduleType_p.
Referenced by casa::MSObservationColumns::scheduleType().
| const ROScalarColumn<String>& casa::ROMSObservationColumns::telescopeName | ( | ) | const [inline] |
Definition at line 101 of file MSObsColumns.h.
References telescopeName_p.
Referenced by casa::MSObservationColumns::telescopeName().
| const ROArrayColumn<Double>& casa::ROMSObservationColumns::timeRange | ( | ) | const [inline] |
Definition at line 102 of file MSObsColumns.h.
References timeRange_p.
Referenced by casa::MSObservationColumns::timeRange().
| const ROArrayQuantColumn<Double>& casa::ROMSObservationColumns::timeRangeQuant | ( | ) | const [inline] |
Definition at line 103 of file MSObsColumns.h.
References timeRangeQuant_p.
Referenced by casa::MSObservationColumns::timeRangeQuant().
| const ROArrayMeasColumn<MEpoch>& casa::ROMSObservationColumns::timeRangeMeas | ( | ) | const [inline] |
Definition at line 105 of file MSObsColumns.h.
References timeRangeMeas_p.
Referenced by casa::MSObservationColumns::timeRangeMeas().
| uInt casa::ROMSObservationColumns::nrow | ( | ) | const [inline] |
Convenience function that returns the number of rows in any of the columns.
Definition at line 110 of file MSObsColumns.h.
References flagRow_p.
| void casa::ROMSObservationColumns::attach | ( | const MSObservation & | msObservation | ) | [protected] |
| ROMSObservationColumns& casa::ROMSObservationColumns::operator= | ( | const ROMSObservationColumns & | ) | [private] |
1.5.1