MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / getFeatureIDs

Method getFeatureIDs

src/openms/source/KERNEL/MRMFeature.cpp:97–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 }
96
97 void MRMFeature::getFeatureIDs(std::vector<String> & result) const
98 {
99 for (std::map<String, int>::const_iterator it = feature_map_.begin(); it != feature_map_.end(); ++it)
100 {
101 result.push_back(it->first);
102 }
103 }
104
105 void MRMFeature::addPrecursorFeature(const Feature & feature, const String& key)
106 {

Callers 3

testMRMFeatureFunction · 0.95
MRMFeatureOpenMSMethod · 0.80
START_SECTIONFunction · 0.80

Calls 3

beginMethod · 0.45
endMethod · 0.45
push_backMethod · 0.45

Tested by 2

testMRMFeatureFunction · 0.76
START_SECTIONFunction · 0.64