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

MascotXMLFile Class Reference
[File IO]

#include <OpenMS/FORMAT/MascotXMLFile.h>

List of all members.


Detailed Description

Used to load MascotXML files.

This class is used to load documents that implement the schema of MascotXML files.

Public Member Functions

 MascotXMLFile ()
 Constructor.
void load (const String &filename, ProteinIdentification &protein_identification, std::vector< PeptideIdentification > &id_data) const throw (Exception::FileNotFound, Exception::ParseError)
 loads data from a MascotXML file


Constructor & Destructor Documentation

MascotXMLFile (  ) 

Constructor.


Member Function Documentation

void load ( const String filename,
ProteinIdentification protein_identification,
std::vector< PeptideIdentification > &  id_data 
) const throw (Exception::FileNotFound, Exception::ParseError)

loads data from a MascotXML file

Parameters:
filename the file to be loaded
protein_identification protein identifications belonging to the whole experiment
id_data the identifications with m/z and RT
This class serves to read in a MascotXML file. The information can be retrieved via the load function.


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