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

Method addProcessPropertyDouble

IPL/src/IPLProcess.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void IPLProcess::addProcessPropertyDouble(const char *name, const char *title, const char *description, double value, IPLProcessWidgetType widget, double min, double max)
133{
134 _properties[name].reset(new IPLProcessPropertyDouble(this, (int)_properties.size(), name, title, description, value, widget, min, max));
135}
136
137void IPLProcess::addProcessPropertyFloat(const char *name, const char *title, const char *description, float value, IPLProcessWidgetType widget, float min, float max)
138{

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected