Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages

MzXMLFile Class Reference
[File IO]

#include <OpenMS/FORMAT/MzXMLFile.h>

Inheritance diagram for MzXMLFile:

XMLFile ProgressLogger

List of all members.


Detailed Description

File adapter for MzXML 2.1 files.

Public Member Functions

 MzXMLFile ()
 Default constructor.
 ~MzXMLFile ()
 Destructor.
PeakFileOptionsgetOptions ()
 Mutable access to the options for loading/storing.
const PeakFileOptionsgetOptions () const
 Non-mutable access to the options for loading/storing.
template<typename MapType>
void load (const String &filename, MapType &map) throw (Exception::FileNotFound, Exception::ParseError)
 Loads a map from a MzXML file.
template<typename MapType>
void store (const String &filename, const MapType &map) const throw (Exception::UnableToCreateFile)
 Stores a map in a MzXML file.

Private Attributes

PeakFileOptions options_

Constructor & Destructor Documentation

MzXMLFile (  ) 

Default constructor.

~MzXMLFile (  ) 

Destructor.


Member Function Documentation

PeakFileOptions& getOptions (  ) 

Mutable access to the options for loading/storing.

const PeakFileOptions& getOptions (  )  const

Non-mutable access to the options for loading/storing.

void load ( const String filename,
MapType &  map 
) throw (Exception::FileNotFound, Exception::ParseError) [inline]

Loads a map from a MzXML file.

map has to be a MSExperiment or have the same interface.

void store ( const String filename,
const MapType &  map 
) const throw (Exception::UnableToCreateFile) [inline]

Stores a map in a MzXML file.

map has to be a MSExperiment or have the same interface.


Member Data Documentation

PeakFileOptions options_ [private]


The documentation for this class was generated from the following file:
Generated Tue Apr 1 15:36:44 2008 -- using doxygen 1.5.4 OpenMS / TOPP 1.1