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

Method clone

IPL/src/IPLProcessProperty.cpp:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274IPLProcessProperty *IPLProcessPropertyInt::clone() const
275{
276 return new IPLProcessPropertyInt(*this);
277}
278
279IPLProcessPropertyUnsignedInt::IPLProcessPropertyUnsignedInt(IPLProcess *process, int position, const char* name, const char* title, const char *description, unsigned int value, IPLProcessWidgetType widget, unsigned int min, unsigned int max):
280 IPLProcessProperty(position,name,title,description,process,widget),

Callers 2

getInstanceMethod · 0.45
IPLProcessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected