MCPcopy Create free account
hub / github.com/Kitware/VTK / WindowRemap

Method WindowRemap

Rendering/OpenGL2/vtkOSOpenGLRenderWindow.cxx:408–415  ·  view source on GitHub ↗

Resize the window.

Source from the content-addressed store, hash-verified

406
407// Resize the window.
408void vtkOSOpenGLRenderWindow::WindowRemap()
409{
410 // shut everything down
411 this->Finalize();
412
413 // set everything up again
414 this->Initialize();
415}
416
417// Specify the size of the rendering window.
418void vtkOSOpenGLRenderWindow::SetSize(int width, int height)

Callers

nothing calls this directly

Calls 2

FinalizeMethod · 0.95
InitializeMethod · 0.95

Tested by

no test coverage detected