GJonesTable.h
Classes
- GJonesPolyTable -- GJonesPolyTable: GJonesPoly calibration table access/creation (full description)
- GJonesSplineTable -- GJonesSplineTable: GJonesSpline calibration table access/creation (full description)
Interface
- Public Members
- GJonesPolyTable()
- virtual ~GJonesPolyTable()
- GJonesPolyTable (const String& tableName, Table::TableOption access = Table::Old)
Prerequisite
Etymology
From "G Jones matrix", "polynomial" and "table".
Synopsis
The GJonesPolyTable classes provide basic access to GJonesPoly
calibration tables. This includes the creation of calibration tables,
sorting and selection capabilities, and basic data access. This
class derives from GJonesTable.
Example
Motivation
This class is used by other calibration table accessors and iterators.
To Do
Member Description
Default null constructor, and destructor
Construct from a specified table name and table access option.
Used for creating new tables or opening existing tables.
Interface
- GJonesSplineTable()
- virtual ~GJonesSplineTable()
- GJonesSplineTable (const String& tableName, Table::TableOption access = Table::Old)
Prerequisite
Etymology
From "G Jones matrix", "spline polynomial" and "table".
Synopsis
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.
Example
Motivation
This class is used by other calibration table accessors and iterators.
To Do
Member Description
Default null constructor, and destructor
Construct from a specified table name and table access option.
Used for creating new tables or opening existing tables.