casa
$Rev:20696$
|
#include <EPointTable.h>
Public Member Functions | |
EPointTable () | |
Default null constructor, and destructor. | |
virtual | ~EPointTable () |
EPointTable (const String &tableName, Table::TableOption access=Table::Old) | |
Construct from a specified table name and table access option. | |
EPointTable (const String &tableName, const String &type, Table::TableOption access=Table::Old) | |
Private Attributes | |
EPointDesc | itsEPointDesc |
Definition at line 36 of file EPointTable.h.
Default null constructor, and destructor.
virtual casa::EPointTable::~EPointTable | ( | ) | [inline, virtual] |
Definition at line 41 of file EPointTable.h.
casa::EPointTable::EPointTable | ( | 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.
casa::EPointTable::EPointTable | ( | const String & | tableName, |
const String & | type, | ||
Table::TableOption | access = Table::Old |
||
) |
EPointDesc casa::EPointTable::itsEPointDesc [private] |
Definition at line 52 of file EPointTable.h.