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

Method WindowRemap

Rendering/OpenGL2/vtkXOpenGLRenderWindow.cxx:1019–1030  ·  view source on GitHub ↗

Resize the window.

Source from the content-addressed store, hash-verified

1017
1018// Resize the window.
1019void vtkXOpenGLRenderWindow::WindowRemap()
1020{
1021 // shut everything down
1022 this->Finalize();
1023
1024 // set the default windowid
1025 this->WindowId = this->NextWindowId;
1026 this->NextWindowId = static_cast<Window>(0);
1027
1028 // set everything up again
1029 this->Initialize();
1030}
1031
1032// Begin the rendering process.
1033void vtkXOpenGLRenderWindow::Start()

Callers 1

SetFullScreenMethod · 0.95

Calls 2

FinalizeMethod · 0.95
InitializeMethod · 0.95

Tested by

no test coverage detected