69         next_consumer_(next_consumer),
    71         rt_initialized_(false)
 
The representation of a chromatogram. 
Definition: MSChromatogram.h:54
 
Aggregates spectra by retention time. 
Definition: MSDataAggregatingConsumer.h:51
 
bool rt_initialized_
Definition: MSDataAggregatingConsumer.h:57
 
void setExpectedSize(Size, Size) override
Set expected size of spectra and chromatograms to be consumed. 
Definition: MSDataAggregatingConsumer.h:84
 
Main OpenMS namespace. 
Definition: FeatureDeconvolution.h:46
 
void setExperimentalSettings(const OpenMS::ExperimentalSettings &) override
Set experimental settings (meta-data) of the data to be consumed. 
Definition: MSDataAggregatingConsumer.h:90
 
The representation of a 1D spectrum. 
Definition: MSSpectrum.h:66
 
MSDataAggregatingConsumer(Interfaces::IMSDataConsumer *next_consumer)
Constructor. 
Definition: MSDataAggregatingConsumer.h:68
 
SpectrumType s_tmp
Definition: MSDataAggregatingConsumer.h:58
 
size_t Size
Size type e.g. used as variable which can hold result of size() 
Definition: Types.h:127
 
The interface of a consumer of spectra and chromatograms. 
Definition: IMSDataConsumer.h:67
 
Interfaces::IMSDataConsumer * next_consumer_
Definition: MSDataAggregatingConsumer.h:55
 
std::vector< SpectrumType > s_list
Definition: MSDataAggregatingConsumer.h:59
 
double previous_rt_
Definition: MSDataAggregatingConsumer.h:56
 
Description of the experimental settings. 
Definition: ExperimentalSettings.h:58