casa
$Rev:20696$
|
GJonesSplineTable: GJonesSpline calibration table access/creation. More...
#include <GJonesTable.h>
Public Member Functions | |
GJonesSplineTable () | |
Default null constructor, and destructor. | |
virtual | ~GJonesSplineTable () |
GJonesSplineTable (const String &tableName, Table::TableOption access=Table::Old) | |
Construct from a specified table name and table access option. | |
Private Attributes | |
GJonesSplineDesc | itsGJonesSplineDesc |
GJonesSplineTable: GJonesSpline calibration table access/creation.
Public interface
From "G Jones matrix", "spline polynomial" and "table".
The GJonesSplineTable classes provide basic access to GJonesSpline calibration tables. This includes the creation of calibration tables, sorting and selection capabilities, and basic data access. This class derives from GJonesPolyTable.
This class is used by other calibration table accessors and iterators.
Definition at line 125 of file GJonesTable.h.
Default null constructor, and destructor.
virtual casa::GJonesSplineTable::~GJonesSplineTable | ( | ) | [virtual] |
casa::GJonesSplineTable::GJonesSplineTable | ( | const String & | tableName, |
Table::TableOption | access = Table::Old |
||
) |
Construct from a specified table name and table access option.
Used for creating new tables or opening existing tables.
Definition at line 138 of file GJonesTable.h.