An implementation of the OpenSWATH MRM Feature Access interface using OpenMS. More...
#include <OpenMS/ANALYSIS/OPENSWATH/DATAACCESS/MRMFeatureAccessOpenMS.h>
Public Member Functions | |
| MRMFeatureOpenMS (MRMFeature &mrmfeature) | |
| ~MRMFeatureOpenMS () | |
| boost::shared_ptr < OpenSwath::IFeature > | getFeature (std::string nativeID) |
| float | getIntensity () |
| double | getRT () |
Private Attributes | |
| const MRMFeature & | mrmfeature_ |
| std::map< std::string, boost::shared_ptr < FeatureOpenMS > > | features_ |
An implementation of the OpenSWATH MRM Feature Access interface using OpenMS.
| MRMFeatureOpenMS | ( | MRMFeature & | mrmfeature | ) | [explicit] |
| ~MRMFeatureOpenMS | ( | ) |
| 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<FeatureOpenMS> > features_ [private] |
const MRMFeature& mrmfeature_ [private] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:50 using doxygen 1.7.1 |