MArray ASCII I/O
[MArray I/O]

Classes

Functions


Detailed Description

Reading from ASCII files for ltl::MArray.

Function Documentation

template<>
int ltl::AscFile::readColumn ( const int  col,
vector< string > &  cont,
const int  start,
int  nrows 
) throw (IOException) [inline, inherited]

template<class T>
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.

template<class T>
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.

template<class T>
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.

template<class T>
void ltl::AscFile::replaceColumn ( const int  col,
const T &  cont,
ostream &  os 
) [inline, inherited]

Replace one column and write result to ostream.

template<class T>
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.


Generated on Wed Mar 11 17:44:35 2009 for LTL by  doxygen 1.5.3