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

Method has_loop_edge

src/PLPSLAM/data/graph_node.cc:418–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

416 }
417
418 bool graph_node::has_loop_edge() const
419 {
420 std::lock_guard<std::mutex> lock(mtx_);
421 return !loop_edges_.empty();
422 }
423
424 template <typename T, typename U>
425 std::vector<keyframe *> graph_node::extract_intersection(const T &keyfrms_1, const U &keyfrms_2)

Callers 1

set_to_be_erasedMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected