casa
$Rev:20696$
|
A class to provide easy read-write access to MSState columns. More...
#include <MSStateColumns.h>
A class to provide easy read-write access to MSState columns.
Public interface
MSStateColumns stands for MeasurementSet State Table columns.
This class provides access to the columns in the MSState 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 MSColumns for an example.
See MSColumns for the motivation.
Definition at line 174 of file MSStateColumns.h.
casa::MSStateColumns::MSStateColumns | ( | MSState & | msState | ) |
Create a columns object that accesses the data in the specified Table.
The destructor does nothing special.
casa::MSStateColumns::MSStateColumns | ( | ) | [protected] |
Read-only access to required columns.
casa::MSStateColumns::MSStateColumns | ( | const MSStateColumns & | ) | [private] |
void casa::MSStateColumns::attach | ( | MSState & | msState | ) | [protected] |
ScalarColumn<Double>& casa::MSStateColumns::cal | ( | ) | [inline] |
Read-write access to required columns.
Definition at line 185 of file MSStateColumns.h.
References cal_p.
ScalarQuantColumn<Double>& casa::MSStateColumns::calQuant | ( | ) | [inline] |
Definition at line 186 of file MSStateColumns.h.
References calQuant_p.
ScalarColumn<Bool>& casa::MSStateColumns::flagRow | ( | ) | [inline] |
Definition at line 187 of file MSStateColumns.h.
References flagRow_p.
ScalarColumn<Double>& casa::MSStateColumns::load | ( | ) | [inline] |
Definition at line 188 of file MSStateColumns.h.
References load_p.
ScalarQuantColumn<Double>& casa::MSStateColumns::loadQuant | ( | ) | [inline] |
Definition at line 189 of file MSStateColumns.h.
References loadQuant_p.
ScalarColumn<String>& casa::MSStateColumns::obsMode | ( | ) | [inline] |
Definition at line 190 of file MSStateColumns.h.
References obsMode_p.
MSStateColumns& casa::MSStateColumns::operator= | ( | const MSStateColumns & | ) | [private] |
ScalarColumn<Bool>& casa::MSStateColumns::ref | ( | ) | [inline] |
Definition at line 191 of file MSStateColumns.h.
References ref_p.
ScalarColumn<Bool>& casa::MSStateColumns::sig | ( | ) | [inline] |
Definition at line 192 of file MSStateColumns.h.
References sig_p.
ScalarColumn<Int>& casa::MSStateColumns::subScan | ( | ) | [inline] |
Definition at line 193 of file MSStateColumns.h.
References subScan_p.
ScalarColumn<Double> casa::MSStateColumns::cal_p [private] |
Reimplemented from casa::ROMSStateColumns.
Definition at line 215 of file MSStateColumns.h.
Referenced by cal().
Access to Quantum columns.
Reimplemented from casa::ROMSStateColumns.
Definition at line 224 of file MSStateColumns.h.
Referenced by calQuant().
ScalarColumn<Bool> casa::MSStateColumns::flagRow_p [private] |
Reimplemented from casa::ROMSStateColumns.
Definition at line 216 of file MSStateColumns.h.
Referenced by flagRow().
ScalarColumn<Double> casa::MSStateColumns::load_p [private] |
Reimplemented from casa::ROMSStateColumns.
Definition at line 217 of file MSStateColumns.h.
Referenced by load().
Reimplemented from casa::ROMSStateColumns.
Definition at line 225 of file MSStateColumns.h.
Referenced by loadQuant().
ScalarColumn<String> casa::MSStateColumns::obsMode_p [private] |
Reimplemented from casa::ROMSStateColumns.
Definition at line 218 of file MSStateColumns.h.
Referenced by obsMode().
ScalarColumn<Bool> casa::MSStateColumns::ref_p [private] |
Reimplemented from casa::ROMSStateColumns.
Definition at line 219 of file MSStateColumns.h.
Referenced by ref().
ScalarColumn<Bool> casa::MSStateColumns::sig_p [private] |
Reimplemented from casa::ROMSStateColumns.
Definition at line 220 of file MSStateColumns.h.
Referenced by sig().
ScalarColumn<Int> casa::MSStateColumns::subScan_p [private] |
Reimplemented from casa::ROMSStateColumns.
Definition at line 221 of file MSStateColumns.h.
Referenced by subScan().