Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1ROMSHistoryColumns.html
Дата изменения: Unknown Дата индексирования: Mon Feb 14 23:08:07 2011 Кодировка: Поисковые слова: п п п п п п п п п п п п р п р п р п р п р п р п |
A class to provide easy read-only access to MSHistory columns. More...
#include <MSHistoryColumns.h>
A class to provide easy read-only access to MSHistory columns.
Public interface
ROMSHistoryColumns stands for Read-Only MeasurementSet History Table columns.
This class provides read-only access to the columns in the MSHistory 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 76 of file MSHistoryColumns.h.
casa::ROMSHistoryColumns::ROMSHistoryColumns | ( | const MSHistory & | msHistory | ) |
Create a columns object that accesses the data in the specified Table.
casa::ROMSHistoryColumns::~ROMSHistoryColumns | ( | ) |
The destructor does nothing special.
casa::ROMSHistoryColumns::ROMSHistoryColumns | ( | ) | [protected] |
casa::ROMSHistoryColumns::ROMSHistoryColumns | ( | const ROMSHistoryColumns & | ) | [private] |
const ROScalarColumn<String>& casa::ROMSHistoryColumns::application | ( | ) | const [inline] |
Access to required columns.
Reimplemented in casa::MSHistoryColumns.
Definition at line 87 of file MSHistoryColumns.h.
References application_p.
const ROArrayColumn<String>& casa::ROMSHistoryColumns::appParams | ( | ) | const [inline] |
Reimplemented in casa::MSHistoryColumns.
Definition at line 88 of file MSHistoryColumns.h.
References appParams_p.
void casa::ROMSHistoryColumns::attach | ( | const MSHistory & | msHistory | ) | [protected] |
const ROArrayColumn<String>& casa::ROMSHistoryColumns::cliCommand | ( | ) | const [inline] |
Reimplemented in casa::MSHistoryColumns.
Definition at line 89 of file MSHistoryColumns.h.
References cliCommand_p.
const ROScalarColumn<String>& casa::ROMSHistoryColumns::message | ( | ) | const [inline] |
Reimplemented in casa::MSHistoryColumns.
Definition at line 90 of file MSHistoryColumns.h.
References message_p.
uInt casa::ROMSHistoryColumns::nrow | ( | ) | const [inline] |
Convenience function that returns the number of rows in any of the columns.
Definition at line 101 of file MSHistoryColumns.h.
References application_p, and casa::ROTableColumn::nrow().
const ROScalarColumn<Int>& casa::ROMSHistoryColumns::objectId | ( | ) | const [inline] |
Reimplemented in casa::MSHistoryColumns.
Definition at line 91 of file MSHistoryColumns.h.
References objectId_p.
const ROScalarColumn<Int>& casa::ROMSHistoryColumns::observationId | ( | ) | const [inline] |
Reimplemented in casa::MSHistoryColumns.
Definition at line 92 of file MSHistoryColumns.h.
References observationId_p.
ROMSHistoryColumns& casa::ROMSHistoryColumns::operator= | ( | const ROMSHistoryColumns & | ) | [private] |
const ROScalarColumn<String>& casa::ROMSHistoryColumns::origin | ( | ) | const [inline] |
Reimplemented in casa::MSHistoryColumns.
Definition at line 93 of file MSHistoryColumns.h.
References origin_p.
const ROScalarColumn<String>& casa::ROMSHistoryColumns::priority | ( | ) | const [inline] |
Reimplemented in casa::MSHistoryColumns.
Definition at line 94 of file MSHistoryColumns.h.
References priority_p.
const ROScalarColumn<Double>& casa::ROMSHistoryColumns::time | ( | ) | const [inline] |
Reimplemented in casa::MSHistoryColumns.
Definition at line 95 of file MSHistoryColumns.h.
References time_p.
const ROScalarMeasColumn<MEpoch>& casa::ROMSHistoryColumns::timeMeas | ( | ) | const [inline] |
Reimplemented in casa::MSHistoryColumns.
Definition at line 97 of file MSHistoryColumns.h.
References timeMeas_p.
const ROScalarQuantColumn<Double>& casa::ROMSHistoryColumns::timeQuant | ( | ) | const [inline] |
Reimplemented in casa::MSHistoryColumns.
Definition at line 96 of file MSHistoryColumns.h.
References timeQuant_p.
Reimplemented in casa::MSHistoryColumns.
Definition at line 118 of file MSHistoryColumns.h.
Referenced by application(), and nrow().
Reimplemented in casa::MSHistoryColumns.
Definition at line 119 of file MSHistoryColumns.h.
Referenced by appParams().
Reimplemented in casa::MSHistoryColumns.
Definition at line 120 of file MSHistoryColumns.h.
Referenced by cliCommand().
Reimplemented in casa::MSHistoryColumns.
Definition at line 121 of file MSHistoryColumns.h.
Referenced by message().
Reimplemented in casa::MSHistoryColumns.
Definition at line 122 of file MSHistoryColumns.h.
Referenced by objectId().
Reimplemented in casa::MSHistoryColumns.
Definition at line 123 of file MSHistoryColumns.h.
Referenced by observationId().
Reimplemented in casa::MSHistoryColumns.
Definition at line 124 of file MSHistoryColumns.h.
Referenced by origin().
Reimplemented in casa::MSHistoryColumns.
Definition at line 125 of file MSHistoryColumns.h.
Referenced by priority().
ROScalarColumn<Double> casa::ROMSHistoryColumns::time_p [private] |
Reimplemented in casa::MSHistoryColumns.
Definition at line 126 of file MSHistoryColumns.h.
Referenced by time().
Reimplemented in casa::MSHistoryColumns.
Definition at line 129 of file MSHistoryColumns.h.
Referenced by timeMeas().
Reimplemented in casa::MSHistoryColumns.
Definition at line 132 of file MSHistoryColumns.h.
Referenced by timeQuant().