| 74 | } |
| 75 | |
| 76 | void declare_config(OverlapIntersection::Config& config) { |
| 77 | using namespace config; |
| 78 | name("OverlapIntersection::Config"); |
| 79 | field(config.tolerance, "tolerance"); |
| 80 | } |
| 81 | |
| 82 | void declare_config(ObjectUpdateFunctor::Config& config) { |
| 83 | using namespace config; |
nothing calls this directly
no outgoing calls
no test coverage detected