| 367 | } |
| 368 | |
| 369 | void mitk::Annotation::AnnotationModified() |
| 370 | { |
| 371 | Modified(); |
| 372 | this->SetUSProperty(US_PROPKEY_MODIFIED, this->GetMTime()); |
| 373 | } |
| 374 | |
| 375 | void mitk::Annotation::RemoveFromAllRegisteredBaseRenderers(const std::vector<BaseRenderer *> &renderers) noexcept |
| 376 | { |
nothing calls this directly
no test coverage detected