|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
   93     boost::shared_ptr<OpenSwath::ISpectrumAccess> lightClone() 
const override;
 
   99     std::vector<std::size_t> getSpectraByRT(
double RT, 
double deltaRT) 
const override;
 
  101     size_t getNrSpectra() 
const override;
 
  107     size_t getNrChromatograms() 
const override;
 
  111     std::string getChromatogramNativeID(
int id) 
const override;
 
  
A more convenient string class.
Definition: String.h:59
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
An class that uses on-disk caching to read and write spectra and chromatograms.
Definition: CachedMzML.h:53
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Representation of chromatogram settings, e.g. SRM/MRM chromatograms.
Definition: ChromatogramSettings.h:59
OpenMS::PeakMap MSExperimentType
Definition: SpectrumAccessOpenMSCached.h:70
An implementation of the Spectrum Access interface using on-disk caching.
Definition: SpectrumAccessOpenMSCached.h:64
The interface of a mass spectrometry experiment.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:50
OpenMS::MSSpectrum MSSpectrumType
Definition: SpectrumAccessOpenMSCached.h:71
boost::shared_ptr< Spectrum > SpectrumPtr
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/DataStructures.h:292
Representation of 1D spectrum settings.
Definition: SpectrumSettings.h:63
boost::shared_ptr< Chromatogram > ChromatogramPtr
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/DataStructures.h:172
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67