casa
$Rev:20696$
|
ROVisJonesMCol: Read-only VisJones cal_main calibration table column access. More...
#include <VisJonesMCol.h>
Public Member Functions | |
ROVisJonesMCol (const CalTable &calTable) | |
Construct from a calibration table. | |
virtual | ~ROVisJonesMCol () |
Default destructor. | |
Protected Member Functions | |
ROVisJonesMCol () | |
Prohibit public use of the null constructor, which does not produce a usable object. | |
Private Member Functions | |
ROVisJonesMCol (const ROVisJonesMCol &) | |
Prohibit copy constructor and assignment operator. | |
ROVisJonesMCol & | operator= (const ROVisJonesMCol &) |
ROVisJonesMCol: Read-only VisJones cal_main calibration table column access.
Public interface
From "read-only", "visibility Jones", "cal main table" and "columns".
The ROVisJonesMCol class allows read-only access to columns in the VisJones main calibration table. Specializations for baseline-based, time-variable and solvable VisJones calibration table record types are provided through inheritance.
Encapsulate access to calibration table columns.
Definition at line 72 of file VisJonesMCol.h.
casa::ROVisJonesMCol::ROVisJonesMCol | ( | const CalTable & | calTable | ) |
Construct from a calibration table.
virtual casa::ROVisJonesMCol::~ROVisJonesMCol | ( | ) | [inline, virtual] |
Default destructor.
Definition at line 79 of file VisJonesMCol.h.
casa::ROVisJonesMCol::ROVisJonesMCol | ( | ) | [inline, protected] |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 84 of file VisJonesMCol.h.
casa::ROVisJonesMCol::ROVisJonesMCol | ( | const ROVisJonesMCol & | ) | [private] |
Prohibit copy constructor and assignment operator.
ROVisJonesMCol& casa::ROVisJonesMCol::operator= | ( | const ROVisJonesMCol & | ) | [private] |