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) |
| float | getIntensity () |
| double | getRT () |
Public Attributes | |
| std::map< std::string, boost::shared_ptr< MockFeature > > | m_features |
| float | m_intensity |
| double | m_rt |
Mock object implementing IMRMFeature.
| MockMRMFeature | ( | ) |
| ~MockMRMFeature | ( | ) |
| boost::shared_ptr<OpenSwath::IFeature> getFeature | ( | std::string | nativeID | ) | [virtual] |
Implements IMRMFeature.
| float getIntensity | ( | ) | [virtual] |
Implements IMRMFeature.
| double getRT | ( | ) | [virtual] |
Implements IMRMFeature.
| std::map<std::string, boost::shared_ptr<MockFeature> > m_features |
| float m_intensity |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:43:00 using doxygen 1.7.1 |