MSPointingIndex.h

Classes

MSPointingIndex -- (full description)

class MSPointingIndex : public MSTableIndex

Interface

Public Members
MSPointingIndex()
MSPointingIndex(const MSPointing &pointing)
MSPointingIndex(const MSPointingIndex &other)
virtual ~MSPointingIndex()
MSPointingIndex &operator=(const MSPointingIndex &other)
void attach(const MSPointing &pointing)
Int &antennaId()
Private Members
void attachIds()

Description

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

Synopsis

Example

Motivation

Thrown Exceptions

Member Description

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

void attachIds()