Description of the experimental settings.
Definition: ExperimentalSettings.h:62
The interface of a consumer of spectra and chromatograms.
Definition: IMSDataConsumer.h:70
The representation of a chromatogram.
Definition: MSChromatogram.h:58
Consumer class that passes all consumed data through a set of operations.
Definition: MSDataChainingConsumer.h:74
void appendConsumer(Interfaces::IMSDataConsumer *consumer)
Append a consumer to the chain of consumers to be executed.
MSDataChainingConsumer(std::vector< Interfaces::IMSDataConsumer * > consumers)
Constructor.
void setExpectedSize(Size s_size, Size c_size) override
Set expected size for all consumers.
void consumeChromatogram(ChromatogramType &c) override
Call all consumers in the specified order for the given chromatogram.
~MSDataChainingConsumer() override
Destructor.
MSDataChainingConsumer()
Default Constructor.
void setExperimentalSettings(const ExperimentalSettings &settings) override
Set experimental settings for all consumers.
std::vector< Interfaces::IMSDataConsumer * > consumers_
Definition: MSDataChainingConsumer.h:75
void consumeSpectrum(SpectrumType &s) override
Call all consumers in the specified order for the given spectrum.
The representation of a 1D spectrum.
Definition: MSSpectrum.h:71
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
const double c
Definition: Constants.h:209
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47