casa
5.7.0-16
|
CalHistoryColumns: Read-write cal_history calibration table column access. More...
#include <CalHistoryColumns.h>
Public Member Functions | |
CalHistoryColumns (CalTable &calTable) | |
Construct from a calibration table. More... | |
virtual | ~CalHistoryColumns () |
Default destructor. More... | |
casacore::ScalarColumn < casacore::String > & | calParms () |
Read-write column accessors. More... | |
casacore::ScalarColumn < casacore::String > & | calTables () |
casacore::ScalarColumn < casacore::String > & | calSelect () |
casacore::ScalarColumn < casacore::String > & | calNotes () |
Protected Member Functions | |
CalHistoryColumns () | |
Prohibit public use of the null constructor, which does not produce a usable object. More... | |
casacore::Table & | calHistoryAsTable (CalTable &calTable) |
Return a CalTable cal_history subtable as a casacore::Table reference. More... | |
void | attach (CalTable &calTable, casacore::TableColumn &tabCol, MSCalEnums::colDef colEnum, const casacore::Bool &optional=false) |
Attach a table column accessor. More... | |
Private Member Functions | |
CalHistoryColumns (const CalHistoryColumns &) | |
Prohibit copy constructor and assignment operator. More... | |
CalHistoryColumns & | operator= (const CalHistoryColumns &) |
Private Attributes | |
casacore::ScalarColumn < casacore::String > | calParms_p |
Private column accessors. More... | |
casacore::ScalarColumn < casacore::String > | calTables_p |
casacore::ScalarColumn < casacore::String > | calSelect_p |
casacore::ScalarColumn < casacore::String > | calNotes_p |
CalHistoryColumns: Read-write cal_history calibration table column access.
Public interface
From "calibration history table" and "columns".
The CalHistoryColumns class allows read-write access to columns in the cal_history calibration sub-table.
Encapsulate access to cal_history calibration sub-table columns.
Definition at line 150 of file CalHistoryColumns.h.
casa::CalHistoryColumns::CalHistoryColumns | ( | CalTable & | calTable | ) |
Construct from a calibration table.
|
inlinevirtual |
Default destructor.
Definition at line 157 of file CalHistoryColumns.h.
|
inlineprotected |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 168 of file CalHistoryColumns.h.
|
private |
Prohibit copy constructor and assignment operator.
|
protected |
Attach a table column accessor.
|
inlineprotected |
Return a CalTable cal_history subtable as a casacore::Table reference.
Utilizes friendship relationship with class CalTable.
Definition at line 172 of file CalHistoryColumns.h.
References casa::CalTable::calHistoryAsTable().
|
inline |
Definition at line 163 of file CalHistoryColumns.h.
References calNotes_p.
|
inline |
Read-write column accessors.
Definition at line 160 of file CalHistoryColumns.h.
References calParms_p.
|
inline |
Definition at line 162 of file CalHistoryColumns.h.
References calSelect_p.
|
inline |
Definition at line 161 of file CalHistoryColumns.h.
References calTables_p.
|
private |
|
private |
Definition at line 188 of file CalHistoryColumns.h.
Referenced by calNotes().
|
private |
Private column accessors.
Definition at line 185 of file CalHistoryColumns.h.
Referenced by calParms().
|
private |
Definition at line 187 of file CalHistoryColumns.h.
Referenced by calSelect().
|
private |
Definition at line 186 of file CalHistoryColumns.h.
Referenced by calTables().