Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1ROMSObservationColumns.html
Дата изменения: Unknown Дата индексирования: Mon Feb 14 23:39:07 2011 Кодировка: Поисковые слова: images |
A class to provide easy read-only access to MSObservation columns. More...
#include <MSObsColumns.h>
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.
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] |
void casa::ROMSObservationColumns::attach | ( | const MSObservation & | msObservation | ) | [protected] |
const ROScalarColumn<Bool>& casa::ROMSObservationColumns::flagRow | ( | ) | const [inline] |
Access to required columns.
Reimplemented in casa::MSObservationColumns.
Definition at line 91 of file MSObsColumns.h.
References flagRow_p.
const ROArrayColumn<String>& casa::ROMSObservationColumns::log | ( | ) | const [inline] |
Reimplemented in casa::MSObservationColumns.
Definition at line 92 of file MSObsColumns.h.
References log_p.
uInt casa::ROMSObservationColumns::nrow | ( | ) | const [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, and casa::ROTableColumn::nrow().
const ROScalarColumn<String>& casa::ROMSObservationColumns::observer | ( | ) | const [inline] |
Reimplemented in casa::MSObservationColumns.
Definition at line 93 of file MSObsColumns.h.
References observer_p.
ROMSObservationColumns& casa::ROMSObservationColumns::operator= | ( | const ROMSObservationColumns & | ) | [private] |
const ROScalarColumn<String>& casa::ROMSObservationColumns::project | ( | ) | const [inline] |
Reimplemented in casa::MSObservationColumns.
Definition at line 94 of file MSObsColumns.h.
References project_p.
const ROScalarColumn<Double>& casa::ROMSObservationColumns::releaseDate | ( | ) | const [inline] |
Reimplemented in casa::MSObservationColumns.
Definition at line 95 of file MSObsColumns.h.
References releaseDate_p.
const ROScalarMeasColumn<MEpoch>& casa::ROMSObservationColumns::releaseDateMeas | ( | ) | const [inline] |
Reimplemented in casa::MSObservationColumns.
Definition at line 98 of file MSObsColumns.h.
References releaseDateMeas_p.
const ROScalarQuantColumn<Double>& casa::ROMSObservationColumns::releaseDateQuant | ( | ) | const [inline] |
Reimplemented in casa::MSObservationColumns.
Definition at line 96 of file MSObsColumns.h.
References releaseDateQuant_p.
const ROArrayColumn<String>& casa::ROMSObservationColumns::schedule | ( | ) | const [inline] |
Reimplemented in casa::MSObservationColumns.
Definition at line 100 of file MSObsColumns.h.
References schedule_p.
const ROScalarColumn<String>& casa::ROMSObservationColumns::scheduleType | ( | ) | const [inline] |
Reimplemented in casa::MSObservationColumns.
Definition at line 101 of file MSObsColumns.h.
References scheduleType_p.
const ROScalarColumn<String>& casa::ROMSObservationColumns::telescopeName | ( | ) | const [inline] |
Reimplemented in casa::MSObservationColumns.
Definition at line 102 of file MSObsColumns.h.
References telescopeName_p.
const ROArrayColumn<Double>& casa::ROMSObservationColumns::timeRange | ( | ) | const [inline] |
Reimplemented in casa::MSObservationColumns.
Definition at line 103 of file MSObsColumns.h.
References timeRange_p.
const ROArrayMeasColumn<MEpoch>& casa::ROMSObservationColumns::timeRangeMeas | ( | ) | const [inline] |
Reimplemented in casa::MSObservationColumns.
Definition at line 106 of file MSObsColumns.h.
References timeRangeMeas_p.
const ROArrayQuantColumn<Double>& casa::ROMSObservationColumns::timeRangeQuant | ( | ) | const [inline] |
Reimplemented in casa::MSObservationColumns.
Definition at line 104 of file MSObsColumns.h.
References timeRangeQuant_p.
Reimplemented in casa::MSObservationColumns.
Definition at line 128 of file MSObsColumns.h.
Reimplemented in casa::MSObservationColumns.
Definition at line 129 of file MSObsColumns.h.
Referenced by log().
Reimplemented in casa::MSObservationColumns.
Definition at line 130 of file MSObsColumns.h.
Referenced by observer().
Reimplemented in casa::MSObservationColumns.
Definition at line 131 of file MSObsColumns.h.
Referenced by project().
Reimplemented in casa::MSObservationColumns.
Definition at line 132 of file MSObsColumns.h.
Referenced by releaseDate().
Reimplemented in casa::MSObservationColumns.
Definition at line 139 of file MSObsColumns.h.
Referenced by releaseDateMeas().
Reimplemented in casa::MSObservationColumns.
Definition at line 143 of file MSObsColumns.h.
Referenced by releaseDateQuant().
Reimplemented in casa::MSObservationColumns.
Definition at line 133 of file MSObsColumns.h.
Referenced by schedule().
Reimplemented in casa::MSObservationColumns.
Definition at line 134 of file MSObsColumns.h.
Referenced by scheduleType().
Reimplemented in casa::MSObservationColumns.
Definition at line 135 of file MSObsColumns.h.
Referenced by telescopeName().
Reimplemented in casa::MSObservationColumns.
Definition at line 136 of file MSObsColumns.h.
Referenced by timeRange().
Reimplemented in casa::MSObservationColumns.
Definition at line 140 of file MSObsColumns.h.
Referenced by timeRangeMeas().
Reimplemented in casa::MSObservationColumns.
Definition at line 144 of file MSObsColumns.h.
Referenced by timeRangeQuant().