MCPcopy Create free account
hub / github.com/cselab/aphros / ModuleLabelingCustom

Method ModuleLabelingCustom

examples/108_labeling/main.cpp:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected