casa
$Rev:20696$
|
GJonesMCol: RW GJones cal_main column access. More...
#include <SolvableVJMCol.h>
Public Member Functions | |
GJonesMCol (GJonesTable &gjTable) | |
Construct from a calibration table. | |
virtual | ~GJonesMCol () |
Default destructor. | |
Protected Member Functions | |
GJonesMCol () | |
Prohibit public use of the null constructor, which does not produce a usable object. | |
Private Member Functions | |
GJonesMCol (const GJonesMCol &) | |
Prohibit copy constructor and assignment operator. | |
GJonesMCol & | operator= (const GJonesMCol &) |
GJonesMCol: RW GJones cal_main column access.
Public interface
From "GJones","cal main table" and "columns".
The GJonesMCol class allows read-write access to columns in the GJones main calibration table. GJones matrices are used to store electronic gain information in the Measurement Equation formalism.
Encapsulate read-write access to GJones calibration table columns.
Definition at line 277 of file SolvableVJMCol.h.
casa::GJonesMCol::GJonesMCol | ( | GJonesTable & | gjTable | ) |
Construct from a calibration table.
virtual casa::GJonesMCol::~GJonesMCol | ( | ) | [inline, virtual] |
Default destructor.
Definition at line 284 of file SolvableVJMCol.h.
casa::GJonesMCol::GJonesMCol | ( | ) | [inline, protected] |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 289 of file SolvableVJMCol.h.
casa::GJonesMCol::GJonesMCol | ( | const GJonesMCol & | ) | [private] |
Prohibit copy constructor and assignment operator.
GJonesMCol& casa::GJonesMCol::operator= | ( | const GJonesMCol & | ) | [private] |