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

Method Finalize

Rendering/OpenGL2/vtkXOpenGLRenderWindow.cxx:925–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923}
924
925void vtkXOpenGLRenderWindow::Finalize()
926{
927 if (!this->Initialized)
928 {
929 return;
930 }
931 // clean and destroy window
932 this->DestroyWindow();
933}
934
935// Change the window to fill the entire screen.
936void vtkXOpenGLRenderWindow::SetFullScreen(vtkTypeBool arg)

Callers 2

WindowRemapMethod · 0.95

Calls 1

DestroyWindowMethod · 0.95

Tested by

no test coverage detected