| 223 | } |
| 224 | |
| 225 | std::vector<double> IPLProcess::getProcessPropertyVectorDouble(const char *name) |
| 226 | { |
| 227 | checkPropertyKey(name); |
| 228 | return ((IPLProcessPropertyVectorDouble*) _properties[name].get())->value(); |
| 229 | } |
| 230 | |
| 231 | IPLColor IPLProcess::getProcessPropertyColor(const char *name) |
| 232 | { |