Public Member Functions | |
VOTTable () | |
~VOTTable () | |
VOTTable | operator= (const VOTTable &table) |
VOTTable (const VOTTable &table) | |
int | getName (char *&name) |
int | getID (char *&ID) |
int | getRef (char *&ref) |
int | getDataType (table_data_type &type) |
int | getNumOfColumns (int &ncols) |
int | getNumOfLinks (int &nLinks) |
int | getField (VOTField &field, int fieldNum) |
int | getLink (VOTLink &link, int linkNum) |
int | getDescription (char *&desc) |
A VOTTable consists of meta-data i.e. FIELDS and LINKS. Note: It does not contain the actual row data.
|
Default constructor |
|
Destructor |
|
Copy constructor |
|
Gets the type of data in the TABLE element. Type can be either FITS, BINARY, TABLEDATA or none. |
|
Gets the description of the Table. |
|
Gets 'Field', given the index. Index starts at 0. |
|
Gets 'ID'. |
|
Gets 'Link', given the index. Index starts at 0. |
|
Gets 'name'. |
|
Gets total number of Columns i.e. elements in this table. |
|
Gets total number of Links. |
|
Gets 'Ref'. |
|
Assignment operator |