MCPcopy Create free account
hub / github.com/UZ-SLAMLab/ORB_SLAM3 / SetFirstConnection

Method SetFirstConnection

src/KeyFrame.cc:519–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519void KeyFrame::SetFirstConnection(bool bFirst)
520{
521 unique_lock<mutex> lockCon(mMutexConnections);
522 mbFirstConnection=bFirst;
523}
524
525void KeyFrame::AddLoopEdge(KeyFrame *pKF)
526{

Callers 2

MergeLocalMethod · 0.80
MergeLocal2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected