| 543 | } |
| 544 | |
| 545 | set<KeyFrame*> KeyFrame::GetMergeEdges() |
| 546 | { |
| 547 | unique_lock<mutex> lockCon(mMutexConnections); |
| 548 | return mspMergeEdges; |
| 549 | } |
| 550 | |
| 551 | void KeyFrame::SetNotErase() |
| 552 | { |
nothing calls this directly
no outgoing calls
no test coverage detected