| 160 | } |
| 161 | |
| 162 | void 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 | |
| 167 | void IPLProcess::addProcessPropertyColor(const char *name, const char *title, const char *description, const IPLColor &value, IPLProcessWidgetType widget) |
| 168 | { |