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

Method IPLProcessPropertyPoint

IPL/src/IPLProcessProperty.cpp:562–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

560}
561
562IPLProcessPropertyPoint::IPLProcessPropertyPoint(IPLProcess *process, int position, const char* name, const char* title, const char *description, const IPLPoint &value, IPLProcessWidgetType widget):
563 IPLProcessProperty(position,name,title,description,process,widget),
564 _value(value),
565 _default(value)
566{}
567
568void IPLProcessPropertyPoint::setValue(const IPLPoint &value)
569{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected