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

Method SendSlice

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

Source from the content-addressed store, hash-verified

203 }
204
205 void SliceNavigationController::SendSlice()
206 {
207 if (!m_BlockUpdate)
208 {
209 if (m_CreatedWorldGeometry.IsNotNull())
210 {
211 this->InvokeEvent(GeometrySliceEvent(m_CreatedWorldGeometry, m_Stepper->GetPos()));
212 RenderingManager::GetInstance()->RequestUpdateAll();
213 }
214 }
215 }
216
217 void SliceNavigationController::SelectSliceByPoint(const Point3D& point)
218 {

Callers 2

UpdateMethod · 0.95
OnActiveLabelChangedMethod · 0.80

Calls 3

IsNotNullMethod · 0.80
GetPosMethod · 0.45
RequestUpdateAllMethod · 0.45

Tested by

no test coverage detected