int ltl::AscFile::readColumn | ( | const int | col, | |
vector< string > & | cont, | |||
const int | start, | |||
int | nrows | |||
) | throw (IOException) [inline, inherited] |
int ltl::AscFile::readColumn | ( | const int | col, | |
T & | cont, | |||
const int | start = 1 , |
|||
int | nrows = -1 | |||
) | throw (IOException) [inline, inherited] |
High level interface for standard STL containers.
int ltl::AscFile::readColumn | ( | const int | col, | |
vector< T > & | cont, | |||
const int | start = 1 , |
|||
int | nrows = -1 | |||
) | throw (IOException) [inline, inherited] |
High level interface for STL vectors.
int ltl::AscFile::readColumn | ( | const int | col, | |
T *& | cont, | |||
const int | start = 1 , |
|||
int | nrows = -1 | |||
) | throw (IOException) [inline, inherited] |
High level interface for C-style arrays.
void ltl::AscFile::replaceColumn | ( | const int | col, | |
const T & | cont, | |||
ostream & | os | |||
) | [inline, inherited] |
Replace one column and write result to ostream.
void ltl::AscFile::replaceColumns | ( | const int | col1, | |
const int | col2, | |||
const T & | cont, | |||
ostream & | os | |||
) | [inline, inherited] |
Replace consecutive columns and write result to ostream.