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

Function declare_config

clio/src/object_update_functor.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76void declare_config(OverlapIntersection::Config& config) {
77 using namespace config;
78 name("OverlapIntersection::Config");
79 field(config.tolerance, "tolerance");
80}
81
82void declare_config(ObjectUpdateFunctor::Config& config) {
83 using namespace config;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected