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

Method IPLProcessPropertyFloat

IPL/src/IPLProcessProperty.cpp:343–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

341
342
343IPLProcessPropertyFloat::IPLProcessPropertyFloat(IPLProcess *process, int position, const char* name, const char* title, const char *description, float value, IPLProcessWidgetType widget, float min, float max):
344 IPLProcessProperty(position,name,title,description,process,widget),
345 _value(value),
346 _default(value),
347 _min(min),
348 _max(max)
349{}
350
351void IPLProcessPropertyFloat::setValue(float value)
352{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected