| 145 | Modified(); |
| 146 | } |
| 147 | void mitk::Annotation::SetBoolProperty(const std::string &propertyKey, bool boolValue) |
| 148 | { |
| 149 | this->m_PropertyList->SetProperty(propertyKey, mitk::BoolProperty::New(boolValue)); |
| 150 | Modified(); |
| 151 | } |
| 152 | |
| 153 | void mitk::Annotation::SetFloatProperty(const std::string &propertyKey, float floatValue) |
| 154 | { |