| 229 | } |
| 230 | |
| 231 | IPLColor IPLProcess::getProcessPropertyColor(const char *name) |
| 232 | { |
| 233 | checkPropertyKey(name); |
| 234 | return ((IPLProcessPropertyColor*) _properties[name].get())->value(); |
| 235 | } |
| 236 | |
| 237 | IPLPoint IPLProcess::getProcessPropertyPoint(const char *name) |
| 238 | { |