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::GJonesSplineMCol Class Reference

GJonesSplineMCol: RW GJonesSpline cal_main column access. More...

#include <GJonesMCol.h>

Inheritance diagram for casa::GJonesSplineMCol:
casa::GJonesPolyMCol casa::GJonesMCol casa::SolvableVisJonesMCol casa::TimeVarVisJonesMCol casa::VisJonesMCol casa::CalMainColumns

List of all members.

Public Member Functions

 GJonesSplineMCol (GJonesSplineTable &gjsTable)
 Construct from a calibration table.
virtual ~GJonesSplineMCol ()
 Default destructor.
ScalarColumn< Int > & nKnotsAmp ()
 Read-write column accessors.
ScalarColumn< Int > & nKnotsPhase ()
ArrayColumn< Double > & splineKnotsAmp ()
ArrayColumn< Double > & splineKnotsPhase ()

Protected Member Functions

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

Private Member Functions

 GJonesSplineMCol (const GJonesSplineMCol &)
 Prohibit copy constructor and assignment operator.
GJonesSplineMColoperator= (const GJonesSplineMCol &)

Private Attributes

ScalarColumn< IntnKnotsAmp_p
 Private column accessors.
ScalarColumn< IntnKnotsPhase_p
ArrayColumn< DoublesplineKnotsAmp_p
ArrayColumn< DoublesplineKnotsPhase_p

Detailed Description

GJonesSplineMCol: RW GJonesSpline cal_main column access.

Intended use:

Public interface

Prerequisite

Etymology

From "GJonesSpline","cal main table" and "columns".

Synopsis

The GJonesSplineMCol class allows read-only access to columns in the GJonesSpline main calibration table. GJonesSpline matrices are used to store electronic gain information in the Measurement Equation formalism in spline polynomial form over time.

Example

Motivation

Encapsulate read-write access to GJonesSpline calibration table columns.

Definition at line 298 of file GJonesMCol.h.


Constructor & Destructor Documentation

Construct from a calibration table.

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

Default destructor.

Definition at line 305 of file GJonesMCol.h.

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

Definition at line 316 of file GJonesMCol.h.

Prohibit copy constructor and assignment operator.


Member Function Documentation

Read-write column accessors.

Definition at line 308 of file GJonesMCol.h.

References nKnotsAmp_p.

Definition at line 309 of file GJonesMCol.h.

References nKnotsPhase_p.

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

Definition at line 310 of file GJonesMCol.h.

References splineKnotsAmp_p.

Definition at line 311 of file GJonesMCol.h.

References splineKnotsPhase_p.


Member Data Documentation

Private column accessors.

Definition at line 324 of file GJonesMCol.h.

Referenced by nKnotsAmp().

Definition at line 325 of file GJonesMCol.h.

Referenced by nKnotsPhase().

Definition at line 326 of file GJonesMCol.h.

Referenced by splineKnotsAmp().

Definition at line 327 of file GJonesMCol.h.

Referenced by splineKnotsPhase().


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