NoopMSDataConsumer()
Definition: NoopMSDataConsumer.h:55
 
The representation of a chromatogram. 
Definition: MSChromatogram.h:54
 
Main OpenMS namespace. 
Definition: FeatureDeconvolution.h:46
 
void consumeChromatogram(ChromatogramType &) override
Consume a chromatogram. 
Definition: NoopMSDataConsumer.h:59
 
void setExperimentalSettings(const ExperimentalSettings &) override
Set experimental settings (meta-data) of the data to be consumed. 
Definition: NoopMSDataConsumer.h:56
 
The representation of a 1D spectrum. 
Definition: MSSpectrum.h:66
 
void setExpectedSize(Size, Size) override
Set expected size of spectra and chromatograms to be consumed. 
Definition: NoopMSDataConsumer.h:57
 
Consumer class that performs no operation. 
Definition: NoopMSDataConsumer.h:50
 
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
 
void consumeSpectrum(SpectrumType &) override
Consume a spectrum. 
Definition: NoopMSDataConsumer.h:58
 
Description of the experimental settings. 
Definition: ExperimentalSettings.h:58