Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1MSObservationIndex.html
Дата изменения: Unknown
Дата индексирования: Mon Feb 14 23:07:29 2011
Кодировка:

Поисковые слова: annular solar eclipse
casacore: casa::MSObservationIndex Class Reference
Public Member Functions | Private Member Functions | Private Attributes

casa::MSObservationIndex Class Reference
[MeasurementSets_module]

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

casa::MSObservationIndex::MSObservationIndex ( const MSObservation observationTable  ) 

Construct from an MS OBSERVATION subtable.

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

Null destructor.

Definition at line 90 of file MSObsIndex.h.

casa::MSObservationIndex::MSObservationIndex (  )  [private]

Disallow null constructor.


Member Function Documentation

Vector<Int> casa::MSObservationIndex::matchProjectCode ( const String projectCode  ) 

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines