CachedSwathFileConsumer#
- class pyopenms.CachedSwathFileConsumer#
Bases:
object
Cython implementation of _CachedSwathFileConsumer
- Original C++ documentation is available here
– Inherits from [‘FullSwathFileConsumer’]
- __init__()#
Overload:
- __init__(self, in_0: CachedSwathFileConsumer) None
Overload:
Methods
Overload:
consumeChromatogram
(self, c)consumeSpectrum
(self, s)retrieveSwathMaps
(self, maps)setExpectedSize
(self, s, c)setExperimentalSettings
(self, exp)- consumeChromatogram(self, c: MSChromatogram) None #
- consumeSpectrum(self, s: MSSpectrum) None #
- setExpectedSize(self, s: int, c: int) None #
- setExperimentalSettings(self, exp: ExperimentalSettings) None #