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

Method call

clio/src/object_update_functor.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 : IntersectionPolicy(), config(config) {}
99
100bool OverlapIntersection::call(const KhronosObjectAttributes& lhs,
101 const KhronosObjectAttributes& rhs) const {
102 return lhs.bounding_box.intersects(rhs.bounding_box);
103}
104
105ComponentInfo::ComponentInfo(const IBEdgeSelector::Config& config,
106 const hydra::EmbeddingGroup& tasks,

Callers 1

addSegmentEdgesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected