#include <MSDopplerIndex.h>
Public Member Functions | |
MSDopplerIndex () | |
no index attached, use the attach function or assignment operator to change that | |
MSDopplerIndex (const MSDoppler &doppler) | |
construct one using the indicated DOPPLER table | |
MSDopplerIndex (const MSDopplerIndex &other) | |
construct one from another | |
virtual | ~MSDopplerIndex () |
MSDopplerIndex & | operator= (const MSDopplerIndex &other) |
assignment operator, refernce semantics | |
void | attach (const MSDoppler &doppler) |
Int & | dopplerId () |
access to the doppler ID key, throws an exception if isNull() is False | |
Int & | sourceId () |
access to the source ID key, throws an exception if isNull() is False | |
Private Member Functions | |
void | attachIds () |
Private Attributes | |
RecordFieldPtr< Int > | dopplerId_p |
RecordFieldPtr< Int > | sourceId_p |
Public interface
Definition at line 73 of file MSDopplerIndex.h.
casacore::MSDopplerIndex::MSDopplerIndex | ( | ) |
no index attached, use the attach function or assignment operator to change that
casacore::MSDopplerIndex::MSDopplerIndex | ( | const MSDoppler & | doppler | ) |
construct one using the indicated DOPPLER table
casacore::MSDopplerIndex::MSDopplerIndex | ( | const MSDopplerIndex & | other | ) |
construct one from another
virtual casacore::MSDopplerIndex::~MSDopplerIndex | ( | ) | [virtual] |
void casacore::MSDopplerIndex::attach | ( | const MSDoppler & | doppler | ) |
void casacore::MSDopplerIndex::attachIds | ( | ) | [private] |
Int& casacore::MSDopplerIndex::dopplerId | ( | ) | [inline] |
access to the doppler ID key, throws an exception if isNull() is False
Definition at line 92 of file MSDopplerIndex.h.
References dopplerId_p.
MSDopplerIndex& casacore::MSDopplerIndex::operator= | ( | const MSDopplerIndex & | other | ) |
assignment operator, refernce semantics
Reimplemented from casacore::MSTableIndex.
Int& casacore::MSDopplerIndex::sourceId | ( | ) | [inline] |
access to the source ID key, throws an exception if isNull() is False
Definition at line 95 of file MSDopplerIndex.h.
References sourceId_p.
Definition at line 97 of file MSDopplerIndex.h.
Referenced by dopplerId().
Definition at line 97 of file MSDopplerIndex.h.
Referenced by sourceId().