| 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 | { |