Public Member Functions | |
VOTTableData () | |
~VOTTableData () | |
int | getNumOfRows (int &nrows) |
int | getRow (VOTRow &row, int index) |
TableData consists of list of 'Row' objects.
|
Default Constructor |
|
Destructor |
|
Gets total number of rows. |
|
Gets the 'Row', given the index. Index starts at 0. |