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

Method addProcessPropertyVectorInt

IPL/src/IPLProcess.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void IPLProcess::addProcessPropertyVectorInt(const char *name, const char *title, const char *description, const std::vector<int> &value, IPLProcessWidgetType widget)
158{
159 _properties[name].reset(new IPLProcessPropertyVectorInt(this, (int)_properties.size(), name, title, description, value, widget));
160}
161
162void IPLProcess::addProcessPropertyVectorDouble(const char *name, const char *title, const char *description, const std::vector<double> &value, IPLProcessWidgetType widget)
163{

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected