Mock object implementing IMRMFeature. More...
#include <OpenMS/ANALYSIS/OPENSWATH/OPENSWATHALGO/DATAACCESS/MockObjects.h>
Public Member Functions | |
MockMRMFeature () | |
~MockMRMFeature () | |
boost::shared_ptr< OpenSwath::IFeature > | getFeature (std::string nativeID) |
boost::shared_ptr< OpenSwath::IFeature > | getPrecursorFeature (std::string nativeID) |
std::vector< std::string > | getNativeIDs () const |
std::vector< std::string > | getPrecursorIDs () const |
float | getIntensity () |
double | getRT () |
size_t | size () |
Public Member Functions inherited from IMRMFeature | |
virtual | ~IMRMFeature () |
Public Attributes | |
std::map< std::string, boost::shared_ptr< MockFeature > > | m_features |
std::map< std::string, boost::shared_ptr< MockFeature > > | m_precursor_features |
float | m_intensity |
double | m_rt |
Mock object implementing IMRMFeature.
MockMRMFeature | ( | ) |
~MockMRMFeature | ( | ) |
|
virtual |
Implements IMRMFeature.
|
virtual |
Implements IMRMFeature.
|
virtual |
Implements IMRMFeature.
|
virtual |
Implements IMRMFeature.
|
virtual |
Implements IMRMFeature.
|
virtual |
Implements IMRMFeature.
|
virtual |
Implements IMRMFeature.
std::map<std::string, boost::shared_ptr<MockFeature> > m_features |
float m_intensity |
std::map<std::string, boost::shared_ptr<MockFeature> > m_precursor_features |
double m_rt |
OpenMS / TOPP release 2.3.0 | Documentation generated on Tue Jan 9 2018 18:22:15 using doxygen 1.8.13 |