| 163 | } |
| 164 | |
| 165 | void mitk::Annotation::SetStringProperty(const std::string &propertyKey, const std::string &stringValue) |
| 166 | { |
| 167 | this->m_PropertyList->SetProperty(propertyKey, mitk::StringProperty::New(stringValue)); |
| 168 | Modified(); |
| 169 | } |
| 170 | |
| 171 | std::string mitk::Annotation::GetName() const |
| 172 | { |