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

Method UpdateGL

Modules/QtWidgetsExt/src/QmitkSliceWidget.cpp:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void QmitkSliceWidget::UpdateGL()
180{
181 GetRenderer()->GetCameraController()->Fit();
182 mitk::RenderingManager::GetInstance()->RequestUpdate(GetRenderer()->GetRenderWindow());
183}
184
185void QmitkSliceWidget::mousePressEvent(QMouseEvent *e)
186{

Callers

nothing calls this directly

Calls 4

GetRendererFunction · 0.85
FitMethod · 0.45
RequestUpdateMethod · 0.45
GetRenderWindowMethod · 0.45

Tested by

no test coverage detected