| 364 | } |
| 365 | |
| 366 | void mitk::PropertyList::SetDoubleProperty(const char *propertyKey, double doubleValue) |
| 367 | { |
| 368 | SetProperty(propertyKey, mitk::DoubleProperty::New(doubleValue)); |
| 369 | } |
| 370 | |
| 371 | void mitk::PropertyList::ToJSON(nlohmann::json& j) const |
| 372 | { |