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

Method SendTime

Modules/Core/src/Controllers/mitkTimeNavigationController.cpp:95–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void mitk::TimeNavigationController::SendTime()
96{
97 if (!m_BlockUpdate)
98 {
99 if (m_InputWorldTimeGeometry.IsNotNull())
100 {
101 this->InvokeEvent(TimeEvent(m_Stepper->GetPos()));
102 RenderingManager::GetInstance()->RequestUpdateAll();
103 }
104 }
105}
106
107mitk::TimeStepType mitk::TimeNavigationController::GetSelectedTimeStep() const
108{

Callers 2

UpdateMethod · 0.95

Calls 4

TimeEventFunction · 0.85
IsNotNullMethod · 0.80
GetPosMethod · 0.45
RequestUpdateAllMethod · 0.45

Tested by

no test coverage detected