91 void consumeSpectrum(SpectrumType & s)
override;
98 void consumeChromatogram(ChromatogramType &
c)
override;
An class that uses on-disk caching to read and write spectra and chromatograms.
Definition: CachedMzMLHandler.h:66
Description of the experimental settings.
Definition: ExperimentalSettings.h:59
void setExperimentalSettings(const ExperimentalSettings &) override
Set experimental settings (meta-data) of the data to be consumed.
Definition: MSDataCachedConsumer.h:102
bool clearData_
Definition: MSDataCachedConsumer.h:106
The representation of a chromatogram.
Definition: MSChromatogram.h:54
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
Size spectra_written_
Definition: MSDataCachedConsumer.h:107
Size chromatograms_written_
Definition: MSDataCachedConsumer.h:108
MSSpectrum SpectrumType
Definition: MSDataCachedConsumer.h:58
void setExpectedSize(Size, Size) override
Set expected size of spectra and chromatograms to be consumed.
Definition: MSDataCachedConsumer.h:100
std::ofstream ofs_
Definition: MSDataCachedConsumer.h:105
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67
The interface of a consumer of spectra and chromatograms.
Definition: IMSDataConsumer.h:69
MSChromatogram ChromatogramType
Definition: MSDataCachedConsumer.h:59
A more convenient string class.
Definition: String.h:58
Transforming and cached writing consumer of MS data.
Definition: MSDataCachedConsumer.h:54
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46