#include <OpenMS/FORMAT/GridFile.h>
Public Member Functions | |
GridFile () | |
Default constructor. | |
virtual | ~GridFile () |
Destructor. | |
void | load (String filename, Grid &grid) throw (Exception::FileNotFound,Exception::ParseError) |
loads the file with name filename into grid . | |
void | store (String filename, const Grid &grid) const throw (Exception::UnableToCreateFile) |
stores the grid grid in file with name filename . |
GridFile | ( | ) | [inline] |
Default constructor.
virtual ~GridFile | ( | ) | [inline, virtual] |
Destructor.
void load | ( | String | filename, | |
Grid & | grid | |||
) | throw (Exception::FileNotFound,Exception::ParseError) |
loads the file with name filename
into grid
.
void store | ( | String | filename, | |
const Grid & | grid | |||
) | const throw (Exception::UnableToCreateFile) |
stores the grid grid
in file with name filename
.
Generated Tue Apr 1 15:36:44 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |