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