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