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