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

Method addProcessPropertyPoint

IPL/src/IPLProcess.cpp:172–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void IPLProcess::addProcessPropertyPoint(const char *name, const char *title, const char *description, const IPLPoint &value, IPLProcessWidgetType widget)
173{
174 _properties[name].reset(new IPLProcessPropertyPoint(this, (int)_properties.size(), name, title, description, value, widget));
175}
176
177int IPLProcess::getProcessPropertyInt(const char *name)
178{

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected