| 278 | } |
| 279 | |
| 280 | void mitk::PropertyList::SetIntProperty(const char *propertyKey, int intValue) |
| 281 | { |
| 282 | SetProperty(propertyKey, mitk::IntProperty::New(intValue)); |
| 283 | } |
| 284 | |
| 285 | void mitk::PropertyList::SetBoolProperty(const char *propertyKey, bool boolValue) |
| 286 | { |