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

Method Initialize

Rendering/OpenGL2/vtkXOpenGLRenderWindow.cxx:916–923  ·  view source on GitHub ↗

Initialize the rendering window.

Source from the content-addressed store, hash-verified

914
915// Initialize the rendering window.
916void vtkXOpenGLRenderWindow::Initialize()
917{
918 if (!this->Internal->ContextId)
919 {
920 // initialize the window
921 this->WindowInitialize();
922 }
923}
924
925void vtkXOpenGLRenderWindow::Finalize()
926{

Callers 2

WindowRemapMethod · 0.95
StartMethod · 0.95

Calls 1

WindowInitializeMethod · 0.95

Tested by

no test coverage detected