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

Method IPLProcessPropertyVectorDouble

IPL/src/IPLProcessProperty.cpp:487–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485
486
487IPLProcessPropertyVectorDouble::IPLProcessPropertyVectorDouble(IPLProcess *process, int position, const char* name, const char* title, const char *description, const std::vector<double> &value, IPLProcessWidgetType widget):
488 IPLProcessProperty(position,name,title,description,process,widget),
489 _value(value),
490 _default(value)
491{}
492
493void IPLProcessPropertyVectorDouble::setValue(const std::vector<double> &value)
494{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected