MCPcopy Create free account
hub / github.com/MITK/MITK / AnnotationModified

Method AnnotationModified

Modules/Core/src/Rendering/mitkAnnotation.cpp:369–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 3

SetUSPropertyMethod · 0.95
ModifiedFunction · 0.85
GetMTimeMethod · 0.45

Tested by

no test coverage detected