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

Method get_loop_edges

src/PLPSLAM/data/graph_node.cc:412–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

410 }
411
412 std::set<keyframe *> graph_node::get_loop_edges() const
413 {
414 std::lock_guard<std::mutex> lock(mtx_);
415 return loop_edges_;
416 }
417
418 bool graph_node::has_loop_edge() const
419 {

Callers 4

optimizeMethod · 0.80
to_jsonMethod · 0.80
draw_keyframesMethod · 0.80
serialize_as_protobufMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected