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