35 #ifndef OPENMS_FORMAT_DATAACCESS_MSDATAAGGREGATINGCONSUMER_H 36 #define OPENMS_FORMAT_DATAACCESS_MSDATAAGGREGATINGCONSUMER_H 70 next_consumer_(next_consumer),
72 rt_initialized_(false)
97 #endif // OPENMS_FORMAT_DATAACCESS_MSDATAAGGREGATINGCONSUMER_H
The representation of a chromatogram.
Definition: MSChromatogram.h:55
Aggregates spectra by retention time.
Definition: MSDataAggregatingConsumer.h:52
bool rt_initialized_
Definition: MSDataAggregatingConsumer.h:58
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67
MSDataAggregatingConsumer(Interfaces::IMSDataConsumer *next_consumer)
Constructor.
Definition: MSDataAggregatingConsumer.h:69
virtual void setExpectedSize(Size, Size)
Set expected size of spectra and chromatograms to be consumed.
Definition: MSDataAggregatingConsumer.h:85
SpectrumType s_tmp
Definition: MSDataAggregatingConsumer.h:59
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:128
The interface of a consumer of spectra and chromatograms.
Definition: IMSDataConsumer.h:68
Interfaces::IMSDataConsumer * next_consumer_
Definition: MSDataAggregatingConsumer.h:56
virtual void setExperimentalSettings(const OpenMS::ExperimentalSettings &)
Set experimental settings (meta-data) of the data to be consumed.
Definition: MSDataAggregatingConsumer.h:91
std::vector< SpectrumType > s_list
Definition: MSDataAggregatingConsumer.h:60
double previous_rt_
Definition: MSDataAggregatingConsumer.h:57
Description of the experimental settings.
Definition: ExperimentalSettings.h:59