OpenMS
SimpleOpenMSSpectraFactory Class Reference

A factory method that returns two ISpectrumAccess implementations. More...

#include <OpenMS/ANALYSIS/OPENSWATH/DATAACCESS/SimpleOpenMSSpectraAccessFactory.h>

Static Public Member Functions

static OpenSwath::SpectrumAccessPtr getSpectrumAccessOpenMSPtr (const boost::shared_ptr< OpenMS::PeakMap > &exp)
 Simple Factory method to get a SpectrumAccess Ptr from an MSExperiment. More...
 

Static Private Member Functions

static bool isExperimentCached (const boost::shared_ptr< OpenMS::PeakMap > &exp)
 

Detailed Description

A factory method that returns two ISpectrumAccess implementations.

Member Function Documentation

◆ getSpectrumAccessOpenMSPtr()

static OpenSwath::SpectrumAccessPtr getSpectrumAccessOpenMSPtr ( const boost::shared_ptr< OpenMS::PeakMap > &  exp)
static

Simple Factory method to get a SpectrumAccess Ptr from an MSExperiment.

Referenced by FullSwathFileConsumer::retrieveSwathMaps().

◆ isExperimentCached()

static bool isExperimentCached ( const boost::shared_ptr< OpenMS::PeakMap > &  exp)
staticprivate