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

Method addProcessPropertyVectorDouble

IPL/src/IPLProcess.cpp:162–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void IPLProcess::addProcessPropertyVectorDouble(const char *name, const char *title, const char *description, const std::vector<double> &value, IPLProcessWidgetType widget)
163{
164 _properties[name].reset(new IPLProcessPropertyVectorDouble(this, (int)_properties.size(), name, title, description, value, widget));
165}
166
167void IPLProcess::addProcessPropertyColor(const char *name, const char *title, const char *description, const IPLColor &value, IPLProcessWidgetType widget)
168{

Callers

nothing calls this directly

Calls 2

resetMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected