| 288 | } |
| 289 | |
| 290 | void mitk::PropertyList::SetFloatProperty(const char *propertyKey, float floatValue) |
| 291 | { |
| 292 | SetProperty(propertyKey, mitk::FloatProperty::New(floatValue)); |
| 293 | } |
| 294 | |
| 295 | void mitk::PropertyList::SetStringProperty(const char *propertyKey, const char *stringValue) |
| 296 | { |