EPointJonesMCol: RW SolvableVisJones cal_main column access. More...
#include <EPointMCol.h>
Public Member Functions | |
| EPointMCol (EPointTable &epTable) | |
| Construct from a calibration table. | |
| virtual | ~EPointMCol () |
| Default destructor. | |
| ArrayColumn< Float > & | pointingOffset () |
| Read-write column accessors. | |
Protected Member Functions | |
| EPointMCol () | |
| Prohibit public use of the null constructor, which does not produce a usable object. | |
Private Member Functions | |
| EPointMCol (const EPointMCol &) | |
| Prohibit copy constructor and assignment operator. | |
| EPointMCol & | operator= (const EPointMCol &) |
Private Attributes | |
| ArrayColumn< Float > | pointingOffset_p |
| Private column accessors. | |
EPointJonesMCol: RW SolvableVisJones cal_main column access.
Public interface
From "solvable visibility Jones","cal main table" and "columns".
The EPointJonesMCol class allows read-write access to columns in the SolvableVisJones main calibration table. Specializations for individual solvable Jones matrix types (e.g. GJones) are provided through inheritance.
Encapsulate read-write access to SVJ calibration table columns.
Definition at line 99 of file EPointMCol.h.
| casa::EPointMCol::EPointMCol | ( | EPointTable & | epTable | ) |
Construct from a calibration table.
| virtual casa::EPointMCol::~EPointMCol | ( | ) | [inline, virtual] |
Default destructor.
Definition at line 106 of file EPointMCol.h.
| casa::EPointMCol::EPointMCol | ( | ) | [inline, protected] |
Prohibit public use of the null constructor, which does not produce a usable object.
Definition at line 114 of file EPointMCol.h.
| casa::EPointMCol::EPointMCol | ( | const EPointMCol & | ) | [private] |
Prohibit copy constructor and assignment operator.
| EPointMCol& casa::EPointMCol::operator= | ( | const EPointMCol & | ) | [private] |
Reimplemented from casa::SolvableVisJonesMCol.
| ArrayColumn<Float>& casa::EPointMCol::pointingOffset | ( | ) | [inline] |
Read-write column accessors.
Definition at line 109 of file EPointMCol.h.
References pointingOffset_p.
ArrayColumn<Float> casa::EPointMCol::pointingOffset_p [private] |
Private column accessors.
Definition at line 122 of file EPointMCol.h.
Referenced by pointingOffset().
1.6.1