| 60 | } |
| 61 | |
| 62 | void mitk::Annotation::SetProperty(const std::string &propertyKey, const BaseProperty::Pointer &propertyValue) |
| 63 | { |
| 64 | this->m_PropertyList->SetProperty(propertyKey, propertyValue); |
| 65 | } |
| 66 | |
| 67 | void mitk::Annotation::ReplaceProperty(const std::string &propertyKey, const BaseProperty::Pointer &propertyValue) |
| 68 | { |
no outgoing calls