![]() |
OpenMS
|
#include <OpenMS/CONCEPT/Helpers.h>#include <OpenMS/CONCEPT/ProgressLogger.h>#include <OpenMS/DATASTRUCTURES/CVMappings.h>#include <OpenMS/KERNEL/StandardTypes.h>#include <OpenMS/KERNEL/MSExperiment.h>#include <OpenMS/FORMAT/HANDLERS/XMLHandler.h>#include <OpenMS/FORMAT/HANDLERS/MzMLHandlerHelper.h>#include <OpenMS/FORMAT/OPTIONS/PeakFileOptions.h>#include <OpenMS/FORMAT/ControlledVocabulary.h>#include <OpenMS/FORMAT/VALIDATORS/SemanticValidator.h>#include <map>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. | |
| 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).
| Class Members | ||
|---|---|---|
| vector< BinaryData > | data | |
| Size | default_array_length | |
| SpectrumType | spectrum | |
| 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).
| Class Members | ||
|---|---|---|
| ChromatogramType | chromatogram | |
| vector< BinaryData > | data | |
| Size | default_array_length | |