MCPcopy Create free account
hub / github.com/cpvrlab/ImagePlay / IPLClonableProcess

Class IPLClonableProcess

IPL/include/IPLProcess.h:260–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 */
259template <class Derived>
260class IPLClonableProcess : public IPLProcess
261{
262public:
263 virtual IPLProcess* clone() const
264 {
265 return new Derived(static_cast<const Derived&>(*this)); // call the copy ctor.
266 }
267};
268
269class IPLProcessDriver : public pugg::Driver
270{

Callers 15

IPLRandomPoint.hFile · 0.85
IPLOnePixelEdge.hFile · 0.85
IPLOpticalFlow.hFile · 0.85
IPLAddNoise.hFile · 0.85
IPLCamera.hFile · 0.85
IPLBinarizeOtsu.hFile · 0.85
IPLSobel.hFile · 0.85
IPLHarrisCorner.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected