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

Method SetGeometrySlice

Modules/QtWidgets/src/QmitkRenderWindowWidget.cpp:298–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void QmitkRenderWindowWidget::SetGeometrySlice(const itk::EventObject& event)
299{
300 if (!mitk::SliceNavigationController::GeometrySliceEvent(nullptr, 0).CheckEvent(&event))
301 {
302 return;
303 }
304
305 const auto* sliceNavigationController = this->GetSliceNavigationController();
306 m_CrosshairManager->UpdateCrosshairPosition(sliceNavigationController);
307}
308
309void QmitkRenderWindowWidget::OnResetGeometry()
310{

Callers

nothing calls this directly

Calls 3

CheckEventMethod · 0.45

Tested by

no test coverage detected