| 240 | |
| 241 | |
| 242 | void BaseFeature::addIDMatch(IdentificationData::ObservationMatchRef ref) |
| 243 | { |
| 244 | id_matches_.insert(ref); |
| 245 | } |
| 246 | |
| 247 | void BaseFeature::updateIDReferences(const IdentificationData::RefTranslator& trans) |
| 248 | { |
no test coverage detected