| 295 | } |
| 296 | |
| 297 | void KeyFrame::AddMapPoint(MapPoint *pMP, const size_t &idx) |
| 298 | { |
| 299 | unique_lock<mutex> lock(mMutexFeatures); |
| 300 | mvpMapPoints[idx]=pMP; |
| 301 | } |
| 302 | |
| 303 | void KeyFrame::EraseMapPointMatch(const int &idx) |
| 304 | { |
nothing calls this directly
no outgoing calls
no test coverage detected