OpenMS
MzMLHandler.h File Reference
Include dependency graph for MzMLHandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MzMLHandler
 Handler for mzML file format. More...
 
struct  MzMLHandler::SpectrumData
 Data necessary to generate a single spectrum. More...
 
struct  MzMLHandler::ChromatogramData
 Data necessary to generate a single chromatogram. More...
 

Namespaces

 OpenMS
 Main OpenMS namespace.
 
 OpenMS::Interfaces
 
 OpenMS::Internal
 Namespace used to hide implementation details from users.
 

Class Documentation

◆ OpenMS::Internal::MzMLHandler::SpectrumData

struct OpenMS::Internal::MzMLHandler::SpectrumData

Data necessary to generate a single spectrum.

Small struct holds all data necessary to populate a spectrum at a later timepoint (since reading of the base64 data and generation of spectra can be done at distinct timepoints).

Collaboration diagram for MzMLHandler::SpectrumData:
[legend]
Class Members
vector< BinaryData > data
Size default_array_length
SpectrumType spectrum

◆ OpenMS::Internal::MzMLHandler::ChromatogramData

struct OpenMS::Internal::MzMLHandler::ChromatogramData

Data necessary to generate a single chromatogram.

Small struct holds all data necessary to populate a chromatogram at a later timepoint (since reading of the base64 data and generation of chromatogram can be done at distinct timepoints).

Collaboration diagram for MzMLHandler::ChromatogramData:
[legend]
Class Members
ChromatogramType chromatogram
vector< BinaryData > data
Size default_array_length