casa
$Rev:20696$
|
#include <MSFreqOffIndex.h>
Public Member Functions | |
MSFreqOffIndex () | |
no index attached, use the attach function or assignment operator to change that | |
MSFreqOffIndex (const MSFreqOffset &freqOffset) | |
construct one using the indicated FREQOFF table | |
MSFreqOffIndex (const MSFreqOffIndex &other) | |
construct one from another | |
virtual | ~MSFreqOffIndex () |
MSFreqOffIndex & | operator= (const MSFreqOffIndex &other) |
void | attach (const MSFreqOffset &freqOffset) |
Int & | antenna1Id () |
access to the antenna1 ID key, throws an exception if isNull() is False | |
Int & | antenna2Id () |
access to the antenna2 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 > | antenna1Id_p |
RecordFieldPtr< Int > | antenna2Id_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 MSFreqOffIndex.h.
no index attached, use the attach function or assignment operator to change that
casa::MSFreqOffIndex::MSFreqOffIndex | ( | const MSFreqOffset & | freqOffset | ) |
construct one using the indicated FREQOFF table
casa::MSFreqOffIndex::MSFreqOffIndex | ( | const MSFreqOffIndex & | other | ) |
construct one from another
virtual casa::MSFreqOffIndex::~MSFreqOffIndex | ( | ) | [virtual] |
Int& casa::MSFreqOffIndex::antenna1Id | ( | ) | [inline] |
access to the antenna1 ID key, throws an exception if isNull() is False
Definition at line 91 of file MSFreqOffIndex.h.
References antenna1Id_p.
Int& casa::MSFreqOffIndex::antenna2Id | ( | ) | [inline] |
access to the antenna2 ID key, throws an exception if isNull() is False
Definition at line 94 of file MSFreqOffIndex.h.
References antenna2Id_p.
void casa::MSFreqOffIndex::attach | ( | const MSFreqOffset & | freqOffset | ) |
void casa::MSFreqOffIndex::attachIds | ( | ) | [private] |
Int& casa::MSFreqOffIndex::feedId | ( | ) | [inline] |
access to the feed ID key, throws an exception if isNull() is False
Definition at line 97 of file MSFreqOffIndex.h.
References feedId_p.
MSFreqOffIndex& casa::MSFreqOffIndex::operator= | ( | const MSFreqOffIndex & | other | ) |
Int& casa::MSFreqOffIndex::spectralWindowId | ( | ) | [inline] |
access to the spectral window ID key, throws an exception if isNull() is False
Definition at line 100 of file MSFreqOffIndex.h.
References spwId_p.
RecordFieldPtr<Int> casa::MSFreqOffIndex::antenna1Id_p [private] |
Definition at line 102 of file MSFreqOffIndex.h.
Referenced by antenna1Id().
RecordFieldPtr<Int> casa::MSFreqOffIndex::antenna2Id_p [private] |
Definition at line 102 of file MSFreqOffIndex.h.
Referenced by antenna2Id().
RecordFieldPtr<Int> casa::MSFreqOffIndex::feedId_p [private] |
Definition at line 102 of file MSFreqOffIndex.h.
Referenced by feedId().
RecordFieldPtr<Int> casa::MSFreqOffIndex::spwId_p [private] |
Definition at line 102 of file MSFreqOffIndex.h.
Referenced by spectralWindowId().