casa
$Rev:20696$
|
TJonesPolyTable: TJonesPoly calibration table access/creation. More...
#include <TJonesTable.h>
Public Member Functions | |
TJonesPolyTable () | |
Default null constructor, and destructor. | |
virtual | ~TJonesPolyTable () |
TJonesPolyTable (const String &tableName, Table::TableOption access=Table::Old) | |
Construct from a specified table name and table access option. | |
Private Attributes | |
TJonesPolyDesc | itsTJonesPolyDesc |
TJonesPolyTable: TJonesPoly calibration table access/creation.
Public interface
From "G Jones matrix", "polynomial" and "table".
The TJonesPolyTable classes provide basic access to TJonesPoly calibration tables. This includes the creation of calibration tables, sorting and selection capabilities, and basic data access. This class derives from TJonesTable.
This class is used by other calibration table accessors and iterators.
Definition at line 73 of file TJonesTable.h.
Default null constructor, and destructor.
virtual casa::TJonesPolyTable::~TJonesPolyTable | ( | ) | [virtual] |
casa::TJonesPolyTable::TJonesPolyTable | ( | 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 86 of file TJonesTable.h.