20 class MetaInfoInterface;
66 void startElement(
const XMLCh*
const uri,
const XMLCh*
const local_name,
const XMLCh*
const qname,
const xercesc::Attributes& attributes)
override;
char16_t XMLCh
Definition ClassTest.h:30
The interface of a consumer of spectra and chromatograms.
Definition IMSDataConsumer.h:46
Definition MzXMLHandler.h:42
void init_()
initialize members (call from C'tor)
void doPopulateSpectraWithData_(SpectrumData &spectrum_data)
Fill a single spectrum with data from input.
UInt getScanCount() const
Gets the scan count.
Definition MzXMLHandler.h:81
UInt peak_count_
Definition MzXMLHandler.h:120
UInt spec_write_counter_
spectrum counter (spectra without peaks are not written)
Definition MzXMLHandler.h:136
MapType * exp_
map pointer for reading
Definition MzXMLHandler.h:100
LOADDETAIL getLoadDetail() const override
handler which support partial loading, implement this method
void endElement(const XMLCh *const uri, const XMLCh *const local_name, const XMLCh *const qname) override
~MzXMLHandler() override
Destructor.
Definition MzXMLHandler.h:53
MzXMLHandler()
Not implemented.
void setOptions(const PeakFileOptions &options)
Sets the options.
Definition MzXMLHandler.h:75
std::string precision_
Definition MzXMLHandler.h:121
void writeTo(std::ostream &os) override
Write the contents to a stream.
Interfaces::IMSDataConsumer * consumer_
Consumer class to work on spectra.
Definition MzXMLHandler.h:139
const ProgressLogger & logger_
Progress logging class.
Definition MzXMLHandler.h:145
std::vector< SpectrumData > spectrum_data_
Vector of spectrum data stored for later parallel processing.
Definition MzXMLHandler.h:129
void setLoadDetail(const LOADDETAIL d) override
handler which support partial loading, implement this method
MSSpectrum SpectrumType
Spectrum type.
Definition MzXMLHandler.h:97
void setMSDataConsumer(Interfaces::IMSDataConsumer *consumer)
Set the IMSDataConsumer consumer which will consume the read data.
Definition MzXMLHandler.h:87
PeakFileOptions options_
Options for loading and storing.
Definition MzXMLHandler.h:105
MapType::PeakType PeakType
Peak type.
Definition MzXMLHandler.h:95
UInt scan_count_
Consumer class to work on spectra.
Definition MzXMLHandler.h:142
void writeUserParam_(std::ostream &os, const MetaInfoInterface &meta, int indent=4, const std::string &tag="nameValue")
write metaInfo to xml (usually in nameValue-tag)
bool writeAttributeIfExists_(std::ostream &os, const MetaInfoInterface &meta, const std::string &metakey, const std::string &attname)
void populateSpectraWithData_()
Populate all spectra on the stack with data from input.
bool skip_data
Definition MzXMLHandler.h:125
std::string char_rest_
Definition MzXMLHandler.h:123
bool skip_spectrum_
Flag that indicates whether this spectrum should be skipped (due to options)
Definition MzXMLHandler.h:133
MzXMLHandler(const MapType &exp, const std::string &filename, const std::string &version, const ProgressLogger &logger)
Constructor for a write-only handler.
Int nesting_level_
Definition MzXMLHandler.h:109
std::vector< std::shared_ptr< DataProcessing > > data_processing_
data processing auxiliary variable
Definition MzXMLHandler.h:172
MzXMLHandler(MapType &exp, const std::string &filename, const std::string &version, ProgressLogger &logger)
Constructor for a read-only handler.
std::string compressionType_
Definition MzXMLHandler.h:122
void characters(const XMLCh *const chars, const XMLSize_t length) override
const MapType * cexp_
map pointer for writing
Definition MzXMLHandler.h:102
void startElement(const XMLCh *const uri, const XMLCh *const local_name, const XMLCh *const qname, const xercesc::Attributes &attributes) override
SpectrumType spectrum
Definition MzXMLHandler.h:124
Data necessary to generate a single spectrum.
Definition MzXMLHandler.h:119
Base class for XML handlers.
Definition XMLHandler.h:316
LOADDETAIL
Definition XMLHandler.h:339
In-Memory representation of a mass spectrometry run.
Definition MSExperiment.h:49
The representation of a 1D spectrum.
Definition MSSpectrum.h:44
A 1-dimensional raw data point or peak.
Definition Peak1D.h:30
Options for loading files containing peak data.
Definition PeakFileOptions.h:22
Base class for all classes that want to report their progress.
Definition ProgressLogger.h:27
int Int
Signed integer type.
Definition Types.h:72
unsigned int UInt
Unsigned integer type.
Definition Types.h:64
MSExperiment PeakMap
Two-dimensional map of raw data points or peaks.
Definition StandardTypes.h:35
IMSDataConsumer IMSDataConsumer
Definition IMSDataConsumer.h:103
MSSpectrum SpectrumType
Definition MzDataHandler.h:34
PeakMap MapType
XML handler for MzDataFile.
Definition MzDataHandler.h:33
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19