#include <OpenMS/FORMAT/FeatureXMLFile.h>
A documented schema for this format can be found at http://open-ms.sourceforge.net/schemas/.
Public Member Functions | |
void | load (String filename, FeatureMap<> &feature_map) throw (Exception::FileNotFound, Exception::ParseError) |
loads the file with name filename into map . | |
void | store (String filename, const FeatureMap<> &feature_map) const throw (Exception::UnableToCreateFile) |
stores the map feature_map in file with name filename . | |
PeakFileOptions & | getOptions () |
Mutable access to the options for loading/storing. | |
Constructors and Destructor | |
FeatureXMLFile () | |
Default constructor. | |
~FeatureXMLFile () | |
Destructor. | |
Protected Attributes | |
PeakFileOptions | options_ |
FeatureXMLFile | ( | ) |
Default constructor.
~FeatureXMLFile | ( | ) |
Destructor.
void load | ( | String | filename, | |
FeatureMap<> & | feature_map | |||
) | throw (Exception::FileNotFound, Exception::ParseError) |
loads the file with name filename
into map
.
void store | ( | String | filename, | |
const FeatureMap<> & | feature_map | |||
) | const throw (Exception::UnableToCreateFile) |
stores the map feature_map
in file with name filename
.
PeakFileOptions& getOptions | ( | ) | [inline] |
Mutable access to the options for loading/storing.
PeakFileOptions options_ [protected] |
Generated Tue Apr 1 15:36:44 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |