| 157 | } |
| 158 | |
| 159 | void mitk::Annotation::SetDoubleProperty(const std::string &propertyKey, double doubleValue) |
| 160 | { |
| 161 | this->m_PropertyList->SetProperty(propertyKey, mitk::DoubleProperty::New(doubleValue)); |
| 162 | Modified(); |
| 163 | } |
| 164 | |
| 165 | void mitk::Annotation::SetStringProperty(const std::string &propertyKey, const std::string &stringValue) |
| 166 | { |