Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/casacore/casacore-1.2.0/doc/html/classcasa_1_1MSStateColumns.html
Дата изменения: Unknown
Дата индексирования: Mon Feb 14 22:30:44 2011
Кодировка:
casacore: casa::MSStateColumns Class Reference
Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes

casa::MSStateColumns Class Reference
[MeasurementSets_module]

A class to provide easy read-write access to MSState columns. More...

#include <MSStateColumns.h>

Inheritance diagram for casa::MSStateColumns:
casa::ROMSStateColumns

List of all members.

Public Member Functions

 MSStateColumns (MSState &msState)
 Create a columns object that accesses the data in the specified Table.
 ~MSStateColumns ()
 The destructor does nothing special.
ScalarColumn< Double > & cal ()
 Read-write access to required columns.
ScalarQuantColumn< Double > & calQuant ()
ScalarColumn< Bool > & flagRow ()
ScalarColumn< Double > & load ()
ScalarQuantColumn< Double > & loadQuant ()
ScalarColumn< String > & obsMode ()
ScalarColumn< Bool > & ref ()
ScalarColumn< Bool > & sig ()
ScalarColumn< Int > & subScan ()

Protected Member Functions

 MSStateColumns ()
 Read-only access to required columns.
void attach (MSState &msState)

Private Member Functions

 MSStateColumns (const MSStateColumns &)
MSStateColumnsoperator= (const MSStateColumns &)

Private Attributes

ScalarColumn< Doublecal_p
ScalarColumn< BoolflagRow_p
ScalarColumn< Doubleload_p
ScalarColumn< StringobsMode_p
ScalarColumn< Boolref_p
ScalarColumn< Boolsig_p
ScalarColumn< IntsubScan_p
ScalarQuantColumn< DoublecalQuant_p
 Access to Quantum columns.
ScalarQuantColumn< DoubleloadQuant_p

Detailed Description

A class to provide easy read-write access to MSState columns.

Intended use:

Public interface

Review Status

Reviewed By:
Bob Garwood
Date Reviewed:
1997/02/01

Prerequisite

Etymology

MSStateColumns stands for MeasurementSet State Table columns.

Synopsis

This class provides access to the columns in the MSState Table, it does the declaration of all the Scalar and ArrayColumns with the correct types, so the application programmer doesn't have to worry about getting those right. There is an access function for every predefined column. Access to non-predefined columns will still have to be done with explicit declarations. See MSColumns for an example.

Motivation

See MSColumns for the motivation.

Definition at line 157 of file MSStateColumns.h.


Constructor & Destructor Documentation

casa::MSStateColumns::MSStateColumns ( MSState msState  ) 

Create a columns object that accesses the data in the specified Table.

casa::MSStateColumns::~MSStateColumns (  ) 

The destructor does nothing special.

casa::MSStateColumns::MSStateColumns (  )  [protected]

Read-only access to required columns.

casa::MSStateColumns::MSStateColumns ( const MSStateColumns  )  [private]

Member Function Documentation

void casa::MSStateColumns::attach ( MSState msState  )  [protected]
ScalarColumn<Double>& casa::MSStateColumns::cal (  )  [inline]

Read-write access to required columns.

Definition at line 168 of file MSStateColumns.h.

References cal_p.

ScalarQuantColumn<Double>& casa::MSStateColumns::calQuant (  )  [inline]

Definition at line 169 of file MSStateColumns.h.

References calQuant_p.

ScalarColumn<Bool>& casa::MSStateColumns::flagRow (  )  [inline]

Definition at line 170 of file MSStateColumns.h.

References flagRow_p.

ScalarColumn<Double>& casa::MSStateColumns::load (  )  [inline]

Definition at line 171 of file MSStateColumns.h.

References load_p.

ScalarQuantColumn<Double>& casa::MSStateColumns::loadQuant (  )  [inline]

Definition at line 172 of file MSStateColumns.h.

References loadQuant_p.

ScalarColumn<String>& casa::MSStateColumns::obsMode (  )  [inline]

Definition at line 173 of file MSStateColumns.h.

References obsMode_p.

MSStateColumns& casa::MSStateColumns::operator= ( const MSStateColumns  )  [private]
ScalarColumn<Bool>& casa::MSStateColumns::ref (  )  [inline]

Definition at line 174 of file MSStateColumns.h.

References ref_p.

ScalarColumn<Bool>& casa::MSStateColumns::sig (  )  [inline]

Definition at line 175 of file MSStateColumns.h.

References sig_p.

ScalarColumn<Int>& casa::MSStateColumns::subScan (  )  [inline]

Definition at line 176 of file MSStateColumns.h.

References subScan_p.


Member Data Documentation

Reimplemented from casa::ROMSStateColumns.

Definition at line 198 of file MSStateColumns.h.

Referenced by cal().

Access to Quantum columns.

Reimplemented from casa::ROMSStateColumns.

Definition at line 207 of file MSStateColumns.h.

Referenced by calQuant().

Reimplemented from casa::ROMSStateColumns.

Definition at line 199 of file MSStateColumns.h.

Referenced by flagRow().

Reimplemented from casa::ROMSStateColumns.

Definition at line 200 of file MSStateColumns.h.

Referenced by load().

Reimplemented from casa::ROMSStateColumns.

Definition at line 208 of file MSStateColumns.h.

Referenced by loadQuant().

Reimplemented from casa::ROMSStateColumns.

Definition at line 201 of file MSStateColumns.h.

Referenced by obsMode().

Reimplemented from casa::ROMSStateColumns.

Definition at line 202 of file MSStateColumns.h.

Referenced by ref().

Reimplemented from casa::ROMSStateColumns.

Definition at line 203 of file MSStateColumns.h.

Referenced by sig().

Reimplemented from casa::ROMSStateColumns.

Definition at line 204 of file MSStateColumns.h.

Referenced by subScan().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines