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

#include <MSFreqOffIndex.h>

Inheritance diagram for casa::MSFreqOffIndex:
casa::MSTableIndex

List of all members.

Public Member Functions

 MSFreqOffIndex ()
 no index attached, use the attach function or assignment operator to change that
 MSFreqOffIndex (const MSFreqOffset &freqOffset)
 construct one using the indicated FREQOFF table
 MSFreqOffIndex (const MSFreqOffIndex &other)
 construct one from another
virtual ~MSFreqOffIndex ()
MSFreqOffIndexoperator= (const MSFreqOffIndex &other)
void attach (const MSFreqOffset &freqOffset)
Intantenna1Id ()
 access to the antenna1 ID key, throws an exception if isNull() is False
Intantenna2Id ()
 access to the antenna2 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< Intantenna1Id_p
RecordFieldPtr< Intantenna2Id_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 MSFreqOffIndex.h.


Constructor & Destructor Documentation

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

construct one using the indicated FREQOFF table

construct one from another


Member Function Documentation

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

Definition at line 91 of file MSFreqOffIndex.h.

References antenna1Id_p.

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

Definition at line 94 of file MSFreqOffIndex.h.

References antenna2Id_p.

void casa::MSFreqOffIndex::attach ( const MSFreqOffset freqOffset)
void casa::MSFreqOffIndex::attachIds ( ) [private]

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

Definition at line 97 of file MSFreqOffIndex.h.

References feedId_p.

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

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

Definition at line 100 of file MSFreqOffIndex.h.

References spwId_p.


Member Data Documentation

Definition at line 102 of file MSFreqOffIndex.h.

Referenced by antenna1Id().

Definition at line 102 of file MSFreqOffIndex.h.

Referenced by antenna2Id().

Definition at line 102 of file MSFreqOffIndex.h.

Referenced by feedId().

Definition at line 102 of file MSFreqOffIndex.h.

Referenced by spectralWindowId().


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