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

Method StopTimeObservation

Modules/Segmentation/src/Controllers/mitkToolManager.cpp:59–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57}
58
59void mitk::ToolManager::StopTimeObservation()
60{
61 auto currentTimeController = m_CurrentTimeNavigationController.Lock();
62
63 if (currentTimeController.IsNotNull())
64 {
65 currentTimeController->RemoveObserver(m_TimePointObserverTag);
66 m_CurrentTimeNavigationController = nullptr;
67 m_TimePointObserverTag = 0;
68 }
69}
70
71mitk::ToolManager::~ToolManager()
72{

Callers 1

~ToolManagerMethod · 0.95

Calls 2

IsNotNullMethod · 0.80
LockMethod · 0.45

Tested by

no test coverage detected