| 151 | } |
| 152 | |
| 153 | void mitk::Annotation::SetFloatProperty(const std::string &propertyKey, float floatValue) |
| 154 | { |
| 155 | this->m_PropertyList->SetProperty(propertyKey, mitk::FloatProperty::New(floatValue)); |
| 156 | Modified(); |
| 157 | } |
| 158 | |
| 159 | void mitk::Annotation::SetDoubleProperty(const std::string &propertyKey, double doubleValue) |
| 160 | { |