VisJonesMCol: Read-write VisJones cal_main calibration table column access. More...
#include <VisJonesMCol.h>
Public Member Functions | |
VisJonesMCol (CalTable &calTable) | |
Construct from a calibration table. | |
virtual | ~VisJonesMCol () |
Default destructor. | |
Protected Member Functions | |
VisJonesMCol () | |
Prohibit public use of the null constructor, which does not produce a usable object. | |
Private Member Functions | |
VisJonesMCol (const VisJonesMCol &) | |
Prohibit copy constructor and assignment operator. | |
VisJonesMCol & | operator= (const VisJonesMCol &) |
VisJonesMCol: Read-write VisJones cal_main calibration table column access.
Public interface
From "visibility Jones", "calibration main table" and "columns".
The VisJonesMCol class allows read-write 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 128 of file VisJonesMCol.h.
casa::VisJonesMCol::VisJonesMCol | ( | CalTable & | calTable | ) |
Construct from a calibration table.
virtual casa::VisJonesMCol::~VisJonesMCol | ( | ) | [inline, virtual] |
Default destructor.
Definition at line 135 of file VisJonesMCol.h.
casa::VisJonesMCol::VisJonesMCol | ( | ) | [inline, protected] |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 140 of file VisJonesMCol.h.
casa::VisJonesMCol::VisJonesMCol | ( | const VisJonesMCol & | ) | [private] |
Prohibit copy constructor and assignment operator.
VisJonesMCol& casa::VisJonesMCol::operator= | ( | const VisJonesMCol & | ) | [private] |
Reimplemented from casa::CalMainColumns.
Reimplemented in casa::BJonesMCol, casa::BJonesPolyMCol, casa::EPointMCol, casa::GJonesPolyMCol, casa::GJonesSplineMCol, casa::SolvableVisJonesMCol, casa::GJonesMCol, casa::DJonesMCol, casa::TJonesMCol, casa::TimeVarVisJonesMCol, casa::PJonesMCol, casa::CJonesMCol, casa::TJonesPolyMCol, and casa::TJonesSplineMCol.