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