MCPcopy Create free account
hub / github.com/MIT-SPARK/Clio / isNodeActive

Function isNodeActive

clio/src/object_update_functor.cpp:70–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68}
69
70bool isNodeActive(const SceneGraphNode& node,
71 const std::map<NodeId, size_t>& node_to_component,
72 const std::set<NodeId>& invalid) {
73 return !node_to_component.count(node.id) && !invalid.count(node.id);
74}
75
76void declare_config(OverlapIntersection::Config& config) {
77 using namespace config;

Callers 1

detectObjectsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected