casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Member Functions | Private Attributes
casa::MSSysCalIndex Class Reference

#include <MSSysCalIndex.h>

Inheritance diagram for casa::MSSysCalIndex:
casa::MSTableIndex

List of all members.

Public Member Functions

 MSSysCalIndex ()
 no index attached, use the attach function or assignment operator to change that
 MSSysCalIndex (const MSSysCal &sysCal)
 construct one using the indicated SYSCAL table
 MSSysCalIndex (const MSSysCalIndex &other)
 construct one from another
virtual ~MSSysCalIndex ()
MSSysCalIndexoperator= (const MSSysCalIndex &other)
void attach (const MSSysCal &sysCal)
IntantennaId ()
 access to the antenna ID key, throws an exception if isNull() is False
IntfeedId ()
 access to the feed ID key, throws an exception if isNull() is False
IntspectralWindowId ()
 access to the spectral window ID key, throws an exception if isNull() is False

Private Member Functions

void attachIds ()

Private Attributes

RecordFieldPtr< IntantennaId_p
RecordFieldPtr< IntfeedId_p
RecordFieldPtr< IntspwId_p

Detailed Description

Intended use:

Public interface

 <h3>Review Status</h3><dl><dt>Date Reviewed:<dd>yyyy/mm/dd</dl> 

Prerequisite

Etymology

Synopsis

Example

Motivation

Thrown Exceptions

Definition at line 72 of file MSSysCalIndex.h.


Constructor & Destructor Documentation

no index attached, use the attach function or assignment operator to change that

construct one using the indicated SYSCAL table

construct one from another

virtual casa::MSSysCalIndex::~MSSysCalIndex ( ) [virtual]

Member Function Documentation

access to the antenna ID key, throws an exception if isNull() is False

Definition at line 91 of file MSSysCalIndex.h.

References antennaId_p.

void casa::MSSysCalIndex::attach ( const MSSysCal sysCal)
void casa::MSSysCalIndex::attachIds ( ) [private]

access to the feed ID key, throws an exception if isNull() is False

Definition at line 94 of file MSSysCalIndex.h.

References feedId_p.

MSSysCalIndex& casa::MSSysCalIndex::operator= ( const MSSysCalIndex other)

access to the spectral window ID key, throws an exception if isNull() is False

Definition at line 97 of file MSSysCalIndex.h.

References spwId_p.


Member Data Documentation

Definition at line 99 of file MSSysCalIndex.h.

Referenced by antennaId().

Definition at line 99 of file MSSysCalIndex.h.

Referenced by feedId().

Definition at line 99 of file MSSysCalIndex.h.

Referenced by spectralWindowId().


The documentation for this class was generated from the following file: