| 458 | } |
| 459 | |
| 460 | void mitk::DataNode::SetProperty(const char *propertyKey, |
| 461 | BaseProperty *propertyValue, |
| 462 | const mitk::BaseRenderer *renderer) |
| 463 | { |
| 464 | GetPropertyList(renderer)->SetProperty(propertyKey, propertyValue); |
| 465 | } |
| 466 | |
| 467 | void mitk::DataNode::ReplaceProperty(const char *propertyKey, |
| 468 | BaseProperty *propertyValue, |
no test coverage detected