casa
5.7.0-16
|
A class to provide easy read-only access to MSObservation columns. More...
#include <MSObsColumns.h>
Public Member Functions | |
ROMSObservationColumns (const MSObservation &msObservation) | |
Create a columns object that accesses the data in the specified Table. More... | |
~ROMSObservationColumns () | |
The destructor does nothing special. More... | |
const ROScalarColumn< Bool > & | flagRow () const |
Access to required columns. More... | |
const ROArrayColumn< String > & | log () const |
const ROScalarColumn< String > & | observer () const |
const ROScalarColumn< String > & | project () const |
const ROScalarColumn< Double > & | releaseDate () const |
const ROScalarQuantColumn < Double > & | releaseDateQuant () const |
const ROScalarMeasColumn < MEpoch > & | releaseDateMeas () const |
const ROArrayColumn< String > & | schedule () const |
const ROScalarColumn< String > & | scheduleType () const |
const ROScalarColumn< String > & | telescopeName () const |
const ROArrayColumn< Double > & | timeRange () const |
const ROArrayQuantColumn < Double > & | timeRangeQuant () const |
const ROArrayMeasColumn< MEpoch > & | timeRangeMeas () const |
uInt | nrow () const |
Convenience function that returns the number of rows in any of the columns. More... | |
Protected Member Functions | |
ROMSObservationColumns () | |
void | attach (const MSObservation &msObservation) |
Private Member Functions | |
ROMSObservationColumns (const ROMSObservationColumns &) | |
ROMSObservationColumns & | operator= (const ROMSObservationColumns &) |
A class to provide easy read-only access to MSObservation columns.
Public interface
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 80 of file MSObsColumns.h.
casacore::ROMSObservationColumns::ROMSObservationColumns | ( | const MSObservation & | msObservation | ) |
Create a columns object that accesses the data in the specified Table.
casacore::ROMSObservationColumns::~ROMSObservationColumns | ( | ) |
The destructor does nothing special.
|
protected |
|
private |
|
protected |
|
inline |
Access to required columns.
Definition at line 91 of file MSObsColumns.h.
References flagRow_p.
Referenced by casacore::MSObservationColumns::flagRow().
|
inline |
Definition at line 92 of file MSObsColumns.h.
References log_p.
Referenced by casacore::MSObservationColumns::log().
|
inline |
Convenience function that returns the number of rows in any of the columns.
Definition at line 111 of file MSObsColumns.h.
References flagRow_p.
Referenced by casa::sdfiller::ObservationRecord::fill().
|
inline |
Definition at line 93 of file MSObsColumns.h.
References observer_p.
Referenced by casacore::MSObservationColumns::observer().
|
private |
|
inline |
Definition at line 94 of file MSObsColumns.h.
References project_p.
Referenced by casacore::MSObservationColumns::project().
|
inline |
Definition at line 95 of file MSObsColumns.h.
References releaseDate_p.
Referenced by casacore::MSObservationColumns::releaseDate().
|
inline |
Definition at line 98 of file MSObsColumns.h.
References releaseDateMeas_p.
Referenced by casacore::MSObservationColumns::releaseDateMeas().
|
inline |
Definition at line 96 of file MSObsColumns.h.
References releaseDateQuant_p.
Referenced by casacore::MSObservationColumns::releaseDateQuant().
|
inline |
Definition at line 100 of file MSObsColumns.h.
References schedule_p.
Referenced by casacore::MSObservationColumns::schedule().
|
inline |
Definition at line 101 of file MSObsColumns.h.
References scheduleType_p.
Referenced by casacore::MSObservationColumns::scheduleType().
|
inline |
Definition at line 102 of file MSObsColumns.h.
References telescopeName_p.
Referenced by casacore::MSObservationColumns::telescopeName().
|
inline |
Definition at line 103 of file MSObsColumns.h.
References timeRange_p.
Referenced by casacore::MSObservationColumns::timeRange().
|
inline |
Definition at line 106 of file MSObsColumns.h.
References timeRangeMeas_p.
Referenced by casacore::MSObservationColumns::timeRangeMeas().
|
inline |
Definition at line 104 of file MSObsColumns.h.
References timeRangeQuant_p.
Referenced by casacore::MSObservationColumns::timeRangeQuant().
|
private |
Definition at line 128 of file MSObsColumns.h.
|
private |
Definition at line 129 of file MSObsColumns.h.
Referenced by log().
|
private |
Definition at line 130 of file MSObsColumns.h.
Referenced by observer().
|
private |
Definition at line 131 of file MSObsColumns.h.
Referenced by project().
|
private |
Definition at line 132 of file MSObsColumns.h.
Referenced by releaseDate().
|
private |
Definition at line 139 of file MSObsColumns.h.
Referenced by releaseDateMeas().
|
private |
Definition at line 143 of file MSObsColumns.h.
Referenced by releaseDateQuant().
|
private |
Definition at line 133 of file MSObsColumns.h.
Referenced by schedule().
|
private |
Definition at line 134 of file MSObsColumns.h.
Referenced by scheduleType().
|
private |
Definition at line 135 of file MSObsColumns.h.
Referenced by telescopeName().
|
private |
Definition at line 136 of file MSObsColumns.h.
Referenced by timeRange().
|
private |
Definition at line 140 of file MSObsColumns.h.
Referenced by timeRangeMeas().
|
private |
Definition at line 144 of file MSObsColumns.h.
Referenced by timeRangeQuant().