casa
$Rev:20696$
|
#include <MSSysCalIndex.h>
Public Member Functions | |
MSSysCalIndex () | |
no index attached, use the attach function or assignment operator to change that | |
MSSysCalIndex (const MSSysCal &sysCal) | |
construct one using the indicated SYSCAL table | |
MSSysCalIndex (const MSSysCalIndex &other) | |
construct one from another | |
virtual | ~MSSysCalIndex () |
MSSysCalIndex & | operator= (const MSSysCalIndex &other) |
void | attach (const MSSysCal &sysCal) |
Int & | antennaId () |
access to the antenna ID key, throws an exception if isNull() is False | |
Int & | feedId () |
access to the feed ID key, throws an exception if isNull() is False | |
Int & | spectralWindowId () |
access to the spectral window ID key, throws an exception if isNull() is False | |
Private Member Functions | |
void | attachIds () |
Private Attributes | |
RecordFieldPtr< Int > | antennaId_p |
RecordFieldPtr< Int > | feedId_p |
RecordFieldPtr< Int > | spwId_p |
Public interface
<h3>Review Status</h3><dl><dt>Date Reviewed:<dd>yyyy/mm/dd</dl>
Definition at line 72 of file MSSysCalIndex.h.
no index attached, use the attach function or assignment operator to change that
casa::MSSysCalIndex::MSSysCalIndex | ( | const MSSysCal & | sysCal | ) |
construct one using the indicated SYSCAL table
casa::MSSysCalIndex::MSSysCalIndex | ( | const MSSysCalIndex & | other | ) |
construct one from another
virtual casa::MSSysCalIndex::~MSSysCalIndex | ( | ) | [virtual] |
Int& casa::MSSysCalIndex::antennaId | ( | ) | [inline] |
access to the antenna ID key, throws an exception if isNull() is False
Definition at line 91 of file MSSysCalIndex.h.
References antennaId_p.
void casa::MSSysCalIndex::attach | ( | const MSSysCal & | sysCal | ) |
void casa::MSSysCalIndex::attachIds | ( | ) | [private] |
Int& casa::MSSysCalIndex::feedId | ( | ) | [inline] |
access to the feed ID key, throws an exception if isNull() is False
Definition at line 94 of file MSSysCalIndex.h.
References feedId_p.
MSSysCalIndex& casa::MSSysCalIndex::operator= | ( | const MSSysCalIndex & | other | ) |
Int& casa::MSSysCalIndex::spectralWindowId | ( | ) | [inline] |
access to the spectral window ID key, throws an exception if isNull() is False
Definition at line 97 of file MSSysCalIndex.h.
References spwId_p.
RecordFieldPtr<Int> casa::MSSysCalIndex::antennaId_p [private] |
Definition at line 99 of file MSSysCalIndex.h.
Referenced by antennaId().
RecordFieldPtr<Int> casa::MSSysCalIndex::feedId_p [private] |
Definition at line 99 of file MSSysCalIndex.h.
Referenced by feedId().
RecordFieldPtr<Int> casa::MSSysCalIndex::spwId_p [private] |
Definition at line 99 of file MSSysCalIndex.h.
Referenced by spectralWindowId().