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

Class to handle lookup or indexing into an MS OBSERVATION subtable. More...

#include <MSObsIndex.h>

List of all members.

Public Member Functions

 MSObservationIndex (const MSObservation &observationTable)
 Construct from an MS OBSERVATION subtable.
virtual ~MSObservationIndex ()
 Null destructor.
Vector< IntmatchProjectCode (const String &projectCode)
 Look up OBSERVATION_ID's for a given project code.

Private Member Functions

 MSObservationIndex ()
 Disallow null constructor.

Private Attributes

ROMSObservationColumns msObservationCols_p
 OBSERVATION subtable column accessor.
Vector< IntobservationIds_p
 Vector cache of observation id's.
Int nrows_p

Detailed Description

Class to handle lookup or indexing into an MS OBSERVATION subtable.

Intended use:

Public interface

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

From "MeasurementSet", "OBSERVATION subtable" and "index".

Synopsis

This class provides lookup and indexing into an MS OBSERVATION subtable. These services include returning rows numbers (which for the OBSERVATION subtable are OBSERVATION_ID's) associated with specific data in the subtable.

Example

Motivation

Collect together all subtable indexing and lookup for the OBSERVATION subtable, for encapsulation and efficiency.

Thrown Exceptions

Definition at line 83 of file MSObsIndex.h.


Constructor & Destructor Documentation

Construct from an MS OBSERVATION subtable.

virtual casa::MSObservationIndex::~MSObservationIndex ( ) [inline, virtual]

Null destructor.

Definition at line 90 of file MSObsIndex.h.

Disallow null constructor.


Member Function Documentation

Look up OBSERVATION_ID's for a given project code.


Member Data Documentation

OBSERVATION subtable column accessor.

Definition at line 100 of file MSObsIndex.h.

Definition at line 104 of file MSObsIndex.h.

Vector cache of observation id's.

Definition at line 103 of file MSObsIndex.h.


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