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