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

Method Resize

Modules/Core/src/Rendering/mitkVtkPropRenderer.cpp:334–338  ·  view source on GitHub ↗

! \brief Resize the OpenGL Window */

Source from the content-addressed store, hash-verified

332\brief Resize the OpenGL Window
333*/
334void mitk::VtkPropRenderer::Resize(int w, int h)
335{
336 BaseRenderer::Resize(w, h);
337 RenderingManager::GetInstance()->RequestUpdate(this->GetRenderWindow());
338}
339
340void mitk::VtkPropRenderer::InitSize(int w, int h)
341{

Callers

nothing calls this directly

Calls 2

RequestUpdateMethod · 0.45
GetRenderWindowMethod · 0.45

Tested by

no test coverage detected