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

Method IPLProcessPropertyVectorInt

IPL/src/IPLProcessProperty.cpp:447–452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445
446
447IPLProcessPropertyVectorInt::IPLProcessPropertyVectorInt(IPLProcess *process, int position, const char* name, const char* title, const char *description, const std::vector<int> &value, IPLProcessWidgetType widget):
448 IPLProcessProperty(position,name,title,description,process,widget),
449 _value(value)
450{
451 _default = value;
452}
453
454void IPLProcessPropertyVectorInt::setValue(const std::vector<int> &value)
455{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected