MCPcopy Create free account
hub / github.com/computationalpathologygroup/ASAP / clone

Method clone

imgproc/basicfilters/ImageFilter.h:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 };
25
26 ImageSource* clone() {
27 return nullptr;
28 }
29
30 virtual std::string name() const {return std::string("ImageFilter");};
31

Callers 1

hybridReconstructMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected