MCPcopy Create free account
hub / github.com/PeterFWS/Structure-PLP-SLAM / set_spanning_parent

Method set_spanning_parent

src/PLPSLAM/data/graph_node.cc:287–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 }
286
287 void graph_node::set_spanning_parent(keyframe *keyfrm)
288 {
289 std::lock_guard<std::mutex> lock(mtx_);
290 assert(!spanning_parent_);
291 spanning_parent_ = keyfrm;
292 }
293
294 keyframe *graph_node::get_spanning_parent() const
295 {

Callers 1

register_graphMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected