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

Method IPLProcessPropertyDouble

IPL/src/IPLProcessProperty.cpp:311–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309
310
311IPLProcessPropertyDouble::IPLProcessPropertyDouble(IPLProcess *process, int position, const char* name, const char* title, const char *description, double value, IPLProcessWidgetType widget, double min, double max):
312 IPLProcessProperty(position,name,title,description,process, widget),
313 _value(value),
314 _default(value),
315 _min(min),
316 _max(max)
317{}
318
319void IPLProcessPropertyDouble::setValue(double value)
320{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected