OpenMS
|
#include <OpenMS/CONCEPT/ProgressLogger.h>
#include <OpenMS/KERNEL/StandardTypes.h>
#include <OpenMS/FORMAT/OPTIONS/PeakFileOptions.h>
#include <OpenMS/FORMAT/HANDLERS/XMLHandler.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <OpenMS/KERNEL/MSExperiment.h>
Go to the source code of this file.
Classes | |
class | MzXMLHandler |
struct | MzXMLHandler::SpectrumData |
Data necessary to generate a single spectrum. More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
OpenMS::Interfaces | |
OpenMS::Internal | |
Namespace used to hide implementation details from users. | |
struct OpenMS::Internal::MzXMLHandler::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 | ||
---|---|---|
String | char_rest_ | |
String | compressionType_ | |
UInt | peak_count_ | |
String | precision_ | |
bool | skip_data | |
SpectrumType | spectrum |