#include <MSWeatherIndex.h>
Public Member Functions | |
| MSWeatherIndex () | |
| no index attached, use the attach function or assignment operator to change that | |
| MSWeatherIndex (const MSWeather &weather) | |
| construct one using the indicated WEATHER table | |
| MSWeatherIndex (const MSWeatherIndex &other) | |
| construct one from another | |
| virtual | ~MSWeatherIndex () |
| MSWeatherIndex & | operator= (const MSWeatherIndex &other) |
| assignment operator, refernce semantics | |
| void | attach (const MSWeather &weather) |
| 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 MSWeatherIndex.h.
| casacore::MSWeatherIndex::MSWeatherIndex | ( | ) |
no index attached, use the attach function or assignment operator to change that
| casacore::MSWeatherIndex::MSWeatherIndex | ( | const MSWeather & | weather | ) |
construct one using the indicated WEATHER table
| casacore::MSWeatherIndex::MSWeatherIndex | ( | const MSWeatherIndex & | other | ) |
construct one from another
| virtual casacore::MSWeatherIndex::~MSWeatherIndex | ( | ) | [virtual] |
| Int& casacore::MSWeatherIndex::antennaId | ( | ) | [inline] |
access to the antenna ID key, throws an exception if isNull() is False
Definition at line 92 of file MSWeatherIndex.h.
References antennaId_p.
| void casacore::MSWeatherIndex::attach | ( | const MSWeather & | weather | ) |
| void casacore::MSWeatherIndex::attachIds | ( | ) | [private] |
| MSWeatherIndex& casacore::MSWeatherIndex::operator= | ( | const MSWeatherIndex & | other | ) |
assignment operator, refernce semantics
Reimplemented from casacore::MSTableIndex.
Definition at line 94 of file MSWeatherIndex.h.
Referenced by antennaId().
1.6.1