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

Method addProcessPropertyFloat

IPL/src/IPLProcess.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void IPLProcess::addProcessPropertyFloat(const char *name, const char *title, const char *description, float value, IPLProcessWidgetType widget, float min, float max)
138{
139 _properties[name].reset(new IPLProcessPropertyFloat(this, (int)_properties.size(), name, title, description, value, widget, min, max));
140}
141
142void IPLProcess::addProcessPropertyBool(const char *name, const char *title, const char *description, bool value, IPLProcessWidgetType widget)
143{

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected