OpenMS  2.7.0
Static Public Member Functions | Static Private Member Functions | List of all members
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 (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 (boost::shared_ptr< OpenMS::PeakMap > exp)
 

Detailed Description

A factory method that returns two ISpectrumAccess implementations.

Member Function Documentation

◆ getSpectrumAccessOpenMSPtr()

static OpenSwath::SpectrumAccessPtr getSpectrumAccessOpenMSPtr ( 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 ( boost::shared_ptr< OpenMS::PeakMap exp)
staticprivate