casa
$Rev:20696$
|
MJonesMRec: MJones cal_main table record access and creation. More...
#include <MJonesMRec.h>
Public Member Functions | |
MJonesMRec () | |
Default null constructor, and destructor. | |
~MJonesMRec () | |
MJonesMRec (const Record &inpRec) | |
Construct from an existing record. | |
void | defineAntenna2 (const Int &antenna2) |
Field accessors a) define. | |
void | defineFeed2 (const Int &feed2) |
void | getAntenna2 (Int &antenna2) |
b) get | |
void | getFeed2 (Int &feed2) |
MJonesMRec: MJones cal_main table record access and creation.
Public interface
From "MJones" and "main record".
The MJonesMRec class allows the creation of records for the main calibration table of MJones type, and provides access to the individual record fields. Specializations for solvable MJones calibration table records are provided through inheritance.
Encapsulate access to MJones calibration table records.
Definition at line 74 of file MJonesMRec.h.
Default null constructor, and destructor.
casa::MJonesMRec::~MJonesMRec | ( | ) | [inline] |
Definition at line 79 of file MJonesMRec.h.
casa::MJonesMRec::MJonesMRec | ( | const Record & | inpRec | ) |
Construct from an existing record.
void casa::MJonesMRec::defineAntenna2 | ( | const Int & | antenna2 | ) |
Field accessors a) define.
void casa::MJonesMRec::defineFeed2 | ( | const Int & | feed2 | ) |
void casa::MJonesMRec::getAntenna2 | ( | Int & | antenna2 | ) |
b) get
void casa::MJonesMRec::getFeed2 | ( | Int & | feed2 | ) |