| 95 | } |
| 96 | |
| 97 | OverlapIntersection::OverlapIntersection(const Config& config) |
| 98 | : IntersectionPolicy(), config(config) {} |
| 99 | |
| 100 | bool OverlapIntersection::call(const KhronosObjectAttributes& lhs, |
| 101 | const KhronosObjectAttributes& rhs) const { |
nothing calls this directly
no outgoing calls
no test coverage detected