| 155 | } |
| 156 | |
| 157 | void 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 | |
| 162 | void IPLProcess::addProcessPropertyVectorDouble(const char *name, const char *title, const char *description, const std::vector<double> &value, IPLProcessWidgetType widget) |
| 163 | { |