Data necessary to generate a single spectrum. More...
#include <OpenMS/FORMAT/HANDLERS/MzXMLHandler.h>
Public Attributes | |
UInt | peak_count_ |
String | precision_ |
String | compressionType_ |
String | char_rest_ |
SpectrumType | spectrum |
bool | skip_data |
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).
String char_rest_ |
Referenced by MzXMLHandler< MapType >::doPopulateSpectraWithData_().
String compressionType_ |
Referenced by MzXMLHandler< MapType >::doPopulateSpectraWithData_().
UInt peak_count_ |
Referenced by MzXMLHandler< MapType >::doPopulateSpectraWithData_().
String precision_ |
Referenced by MzXMLHandler< MapType >::doPopulateSpectraWithData_().
bool skip_data |
SpectrumType spectrum |
OpenMS / TOPP release 2.0.0 | Documentation generated on Tue Nov 1 2016 16:34:46 using doxygen 1.8.11 |