casa
$Rev:20696$
|
#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) |
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
<h3>Review Status</h3><dl><dt>Date Reviewed:<dd>yyyy/mm/dd</dl>
Definition at line 72 of file MSDopplerIndex.h.
no index attached, use the attach function or assignment operator to change that
casa::MSDopplerIndex::MSDopplerIndex | ( | const MSDoppler & | doppler | ) |
construct one using the indicated DOPPLER table
casa::MSDopplerIndex::MSDopplerIndex | ( | const MSDopplerIndex & | other | ) |
construct one from another
virtual casa::MSDopplerIndex::~MSDopplerIndex | ( | ) | [virtual] |
void casa::MSDopplerIndex::attach | ( | const MSDoppler & | doppler | ) |
void casa::MSDopplerIndex::attachIds | ( | ) | [private] |
Int& casa::MSDopplerIndex::dopplerId | ( | ) | [inline] |
access to the doppler ID key, throws an exception if isNull() is False
Definition at line 91 of file MSDopplerIndex.h.
References dopplerId_p.
MSDopplerIndex& casa::MSDopplerIndex::operator= | ( | const MSDopplerIndex & | other | ) |
Int& casa::MSDopplerIndex::sourceId | ( | ) | [inline] |
access to the source ID key, throws an exception if isNull() is False
Definition at line 94 of file MSDopplerIndex.h.
References sourceId_p.
RecordFieldPtr<Int> casa::MSDopplerIndex::dopplerId_p [private] |
Definition at line 96 of file MSDopplerIndex.h.
Referenced by dopplerId().
RecordFieldPtr<Int> casa::MSDopplerIndex::sourceId_p [private] |
Definition at line 96 of file MSDopplerIndex.h.
Referenced by sourceId().