![]() |
OpenMS
|
Classes | |
| struct | FirstSpectrumRead |
Public Member Functions | |
| void | consumeSpectrum (SpectrumType &s) override |
| Consume a spectrum. More... | |
| void | consumeChromatogram (ChromatogramType &) override |
| Consume a chromatogram. More... | |
| void | setExperimentalSettings (const ExperimentalSettings &) override |
| Set experimental settings (meta-data) of the data to be consumed. More... | |
| void | setExpectedSize (size_t, size_t) override |
| Set expected size of spectra and chromatograms to be consumed. More... | |
Public Member Functions inherited from IMSDataConsumer | |
| virtual | ~IMSDataConsumer () |
Public Attributes | |
| IMFormat | detected_format = IMFormat::NONE |
Additional Inherited Members | |
Public Types inherited from IMSDataConsumer | |
| typedef MSSpectrum | SpectrumType |
| typedef MSChromatogram | ChromatogramType |
|
inlineoverridevirtual |
Consume a chromatogram.
The chromatogram will be consumed by the implementation and possibly modified.
| c | The chromatogram to be consumed |
Implements IMSDataConsumer.
|
inlineoverridevirtual |
Consume a spectrum.
The spectrum will be consumed by the implementation and possibly modified.
| s | The spectrum to be consumed |
Implements IMSDataConsumer.
References IMTypes::determineIMFormat().
|
inlineoverridevirtual |
Set expected size of spectra and chromatograms to be consumed.
Some implementations might care about the number of spectra and chromatograms to be consumed and need to be informed about this (usually before consuming starts).
| expectedSpectra | Number of spectra expected |
| expectedChromatograms | Number of chromatograms expected |
Implements IMSDataConsumer.
|
inlineoverridevirtual |
Set experimental settings (meta-data) of the data to be consumed.
Some implementations might need to know about the meta-data (or the context) of the spectra and chromatograms to be consumed. This method allows them learn this.
| exp | Experimental settings meta data for the data to be consumed |
Implements IMSDataConsumer.
| IMFormat detected_format = IMFormat::NONE |
Referenced by TOPPPeakPickerIM::doLowMemAlgorithm().