GJonesTable.h

Classes

GJonesPolyTable -- GJonesPolyTable: GJonesPoly calibration table access/creation (full description)
GJonesSplineTable -- GJonesSplineTable: GJonesSpline calibration table access/creation (full description)

class GJonesPolyTable : public GJonesTable

Interface

Public Members
GJonesPolyTable()
virtual ~GJonesPolyTable()
GJonesPolyTable (const String& tableName, Table::TableOption access = Table::Old)

Description

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

GJonesPolyTable()

Default null constructor, and destructor

virtual ~GJonesPolyTable()

GJonesPolyTable (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.


class GJonesSplineTable : public GJonesPolyTable

Interface

GJonesSplineTable()
virtual ~GJonesSplineTable()
GJonesSplineTable (const String& tableName, Table::TableOption access = Table::Old)

Description

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

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. Used for creating new tables or opening existing tables.