|
|
void | clearData () |
| |
|
bool | isEmpty () const |
| |
|
bool | eof () const |
| |
|
bool | readText (const HString &text) |
| |
|
bool | readFile (const HString &rFilepath) |
| |
| HString | getErrorString () const |
| |
|
size_t | getNumDataRows () const |
| |
|
size_t | getNumDataCols () const |
| |
|
size_t | getPloFileVersion () const |
| |
|
std::vector< HString > | getDataNames () const |
| |
|
int | getColIdxForDataName (const HString &rName) const |
| |
|
bool | copyRow (const size_t rowIdx, std::vector< double > &rRow) |
| |
|
bool | copyColumn (const size_t columnIdx, std::vector< double > &rColumn) |
| |
|
bool | copyColumn (const HString &rDataName, std::vector< double > &rColumn) |
| |