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

Method getPrecursorFeatureIDs

src/openms/source/KERNEL/MRMFeature.cpp:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116
117 void MRMFeature::getPrecursorFeatureIDs(std::vector<String> & result) const
118 {
119 for (std::map<String, int>::const_iterator it = precursor_feature_map_.begin(); it != precursor_feature_map_.end(); ++it)
120 {
121 result.push_back(it->first);
122 }
123 }
124
125 Feature & MRMFeature::getPrecursorFeature(const String& key)
126 {

Callers 6

testMRMFeatureFunction · 0.95
prepareFeatureOutput_Method · 0.80
MRMFeatureOpenMSMethod · 0.80
subsetMethod · 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