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

EPointJonesMCol: RW SolvableVisJones cal_main column access. More...

#include <EPointMCol.h>

Inheritance diagram for casa::EPointMCol:
casa::SolvableVisJonesMCol casa::TimeVarVisJonesMCol casa::VisJonesMCol casa::CalMainColumns

List of all members.

Public Member Functions

 EPointMCol (EPointTable &epTable)
 Construct from a calibration table.
virtual ~EPointMCol ()
 Default destructor.
ArrayColumn< Float > & pointingOffset ()
 Read-write column accessors.

Protected Member Functions

 EPointMCol ()
 Prohibit public use of the null constructor, which does not produce a usable object.

Private Member Functions

 EPointMCol (const EPointMCol &)
 Prohibit copy constructor and assignment operator.
EPointMColoperator= (const EPointMCol &)

Private Attributes

ArrayColumn< FloatpointingOffset_p
 Private column accessors.

Detailed Description

EPointJonesMCol: RW SolvableVisJones cal_main column access.

Intended use:

Public interface

Prerequisite

Etymology

From "solvable visibility Jones","cal main table" and "columns".

Synopsis

The EPointJonesMCol class allows read-write access to columns in the SolvableVisJones main calibration table. Specializations for individual solvable Jones matrix types (e.g. GJones) are provided through inheritance.

Example

Motivation

Encapsulate read-write access to SVJ calibration table columns.

Definition at line 99 of file EPointMCol.h.


Constructor & Destructor Documentation

Construct from a calibration table.

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

Default destructor.

Definition at line 106 of file EPointMCol.h.

casa::EPointMCol::EPointMCol ( ) [inline, protected]

Prohibit public use of the null constructor, which does not produce a usable object.

Definition at line 114 of file EPointMCol.h.

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

Prohibit copy constructor and assignment operator.


Member Function Documentation

EPointMCol& casa::EPointMCol::operator= ( const EPointMCol ) [private]

Read-write column accessors.

Definition at line 109 of file EPointMCol.h.

References pointingOffset_p.


Member Data Documentation

Private column accessors.

Definition at line 122 of file EPointMCol.h.

Referenced by pointingOffset().


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