| 418 | } |
| 419 | |
| 420 | void mitk::DataNode::SetIntProperty(const char *propertyKey, int intValue, const mitk::BaseRenderer *renderer) |
| 421 | { |
| 422 | GetPropertyList(renderer)->SetProperty(propertyKey, mitk::IntProperty::New(intValue)); |
| 423 | } |
| 424 | void mitk::DataNode::SetBoolProperty(const char *propertyKey, |
| 425 | bool boolValue, |
| 426 | const mitk::BaseRenderer *renderer /*=nullptr*/) |
nothing calls this directly
no test coverage detected