35 #ifndef OPENMS_FORMAT_DATAACCESS_NOOPMSDATACONSUMER_H 36 #define OPENMS_FORMAT_DATAACCESS_NOOPMSDATACONSUMER_H 64 #endif // OPENMS_FORMAT_DATAACCESS_NOOPMSDATACONSUMER_H NoopMSDataConsumer()
Definition: NoopMSDataConsumer.h:56
The representation of a chromatogram.
Definition: MSChromatogram.h:55
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
void setExpectedSize(Size, Size)
Set expected size of spectra and chromatograms to be consumed.
Definition: NoopMSDataConsumer.h:58
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67
void setExperimentalSettings(const ExperimentalSettings &)
Set experimental settings (meta-data) of the data to be consumed.
Definition: NoopMSDataConsumer.h:57
void consumeChromatogram(ChromatogramType &)
Consume a chromatogram.
Definition: NoopMSDataConsumer.h:60
Consumer class that performs no operation.
Definition: NoopMSDataConsumer.h:51
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
Description of the experimental settings.
Definition: ExperimentalSettings.h:59
void consumeSpectrum(SpectrumType &)
Consume a spectrum.
Definition: NoopMSDataConsumer.h:59