35 #ifndef OPENMS_FORMAT_DATAACCESS_MSDATASTORINGCONSUMER_H 36 #define OPENMS_FORMAT_DATAACCESS_MSDATASTORINGCONSUMER_H 94 #endif // OPENMS_FORMAT_DATAACCESS_MSDATASTORINGCONSUMER_H
void reserveSpaceChromatograms(Size s)
Definition: MSExperiment.h:188
MSDataStoringConsumer()
Definition: MSDataStoringConsumer.h:63
void addSpectrum(const MSSpectrum &spectrum)
adds a spectrum to the list
Definition: MSExperiment.h:831
The representation of a chromatogram.
Definition: MSChromatogram.h:55
void consumeSpectrum(SpectrumType &s)
Consume a spectrum.
Definition: MSDataStoringConsumer.h:76
Consumer class that simply stores the data.
Definition: MSDataStoringConsumer.h:55
void addChromatogram(const MSChromatogram &chromatogram)
adds a chromatogram to the list
Definition: MSExperiment.h:855
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
PeakMap exp_
Definition: MSDataStoringConsumer.h:59
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67
void reserveSpaceSpectra(Size s)
Definition: MSExperiment.h:184
void setExpectedSize(Size s_size, Size c_size)
Set expected size of spectra and chromatograms to be consumed.
Definition: MSDataStoringConsumer.h:70
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:82
void setExperimentalSettings(const ExperimentalSettings &settings)
Set experimental settings (meta-data) of the data to be consumed.
Definition: MSDataStoringConsumer.h:65
void consumeChromatogram(ChromatogramType &c)
Consume a chromatogram.
Definition: MSDataStoringConsumer.h:81
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
const PeakMap & getData() const
Definition: MSDataStoringConsumer.h:86
Description of the experimental settings.
Definition: ExperimentalSettings.h:59