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

Method Update

Modules/Core/src/Controllers/mitkSliceNavigationController.cpp:117–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115 }
116
117 void SliceNavigationController::Update()
118 {
119 if (!m_BlockUpdate)
120 {
121 if (m_ViewDirection == AnatomicalPlane::Sagittal)
122 {
123 this->Update(AnatomicalPlane::Sagittal, true, true, false);
124 }
125 else if (m_ViewDirection == AnatomicalPlane::Coronal)
126 {
127 this->Update(AnatomicalPlane::Coronal, false, true, false);
128 }
129 else if (m_ViewDirection == AnatomicalPlane::Axial)
130 {
131 this->Update(AnatomicalPlane::Axial, false, false, true);
132 }
133 else
134 {
135 this->Update(m_ViewDirection);
136 }
137 }
138 }
139
140 void SliceNavigationController::Update(AnatomicalPlane viewDirection,
141 bool top,

Callers 1

CreateWorldGeometryMethod · 0.45

Calls 9

CreateWorldGeometryMethod · 0.95
SendSliceMethod · 0.95
ModifiedFunction · 0.85
SetViewDirectionMethod · 0.80
IsNullMethod · 0.45
CountTimeStepsMethod · 0.45
GetMTimeMethod · 0.45

Tested by

no test coverage detected