#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) |
assignment operator, refernce semantics | |
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
Definition at line 73 of file MSFreqOffIndex.h.
casacore::MSFreqOffIndex::MSFreqOffIndex | ( | ) |
no index attached, use the attach function or assignment operator to change that
casacore::MSFreqOffIndex::MSFreqOffIndex | ( | const MSFreqOffset & | freqOffset | ) |
construct one using the indicated FREQOFF table
casacore::MSFreqOffIndex::MSFreqOffIndex | ( | const MSFreqOffIndex & | other | ) |
construct one from another
virtual casacore::MSFreqOffIndex::~MSFreqOffIndex | ( | ) | [virtual] |
Int& casacore::MSFreqOffIndex::antenna1Id | ( | ) | [inline] |
access to the antenna1 ID key, throws an exception if isNull() is False
Definition at line 92 of file MSFreqOffIndex.h.
References antenna1Id_p.
Int& casacore::MSFreqOffIndex::antenna2Id | ( | ) | [inline] |
access to the antenna2 ID key, throws an exception if isNull() is False
Definition at line 95 of file MSFreqOffIndex.h.
References antenna2Id_p.
void casacore::MSFreqOffIndex::attach | ( | const MSFreqOffset & | freqOffset | ) |
void casacore::MSFreqOffIndex::attachIds | ( | ) | [private] |
Int& casacore::MSFreqOffIndex::feedId | ( | ) | [inline] |
access to the feed ID key, throws an exception if isNull() is False
Definition at line 98 of file MSFreqOffIndex.h.
References feedId_p.
MSFreqOffIndex& casacore::MSFreqOffIndex::operator= | ( | const MSFreqOffIndex & | other | ) |
assignment operator, refernce semantics
Reimplemented from casacore::MSTableIndex.
Int& casacore::MSFreqOffIndex::spectralWindowId | ( | ) | [inline] |
access to the spectral window ID key, throws an exception if isNull() is False
Definition at line 101 of file MSFreqOffIndex.h.
References spwId_p.
Definition at line 103 of file MSFreqOffIndex.h.
Referenced by antenna1Id().
Definition at line 103 of file MSFreqOffIndex.h.
Referenced by antenna2Id().
RecordFieldPtr<Int> casacore::MSFreqOffIndex::feedId_p [private] |
Definition at line 103 of file MSFreqOffIndex.h.
Referenced by feedId().
RecordFieldPtr<Int> casacore::MSFreqOffIndex::spwId_p [private] |
Definition at line 103 of file MSFreqOffIndex.h.
Referenced by spectralWindowId().