| 371 | } |
| 372 | |
| 373 | MapPoint* KeyFrame::GetMapPoint(const size_t &idx) |
| 374 | { |
| 375 | unique_lock<mutex> lock(mMutexFeatures); |
| 376 | return mvpMapPoints[idx]; |
| 377 | } |
| 378 | |
| 379 | void KeyFrame::UpdateConnections(bool upParent) |
| 380 | { |
no outgoing calls
no test coverage detected