| 59 | public: |
| 60 | using Conf = typename Labeling<M>::Conf; |
| 61 | ModuleLabelingCustom() : ModuleLabeling<M>("custom") {} |
| 62 | std::unique_ptr<Labeling<M>> Make(const Conf& conf, const M& m) override { |
| 63 | return std::make_unique<LabelingCustom<M>>(conf, m); |
| 64 | } |
nothing calls this directly
no outgoing calls
no test coverage detected