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

Method CreateAWindow

Rendering/OpenGL2/vtkOSOpenGLRenderWindow.cxx:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void vtkOSOpenGLRenderWindow::CreateAWindow()
253{
254 this->CreateOffScreenWindow(this->Size[0], this->Size[1]);
255}
256
257void vtkOSOpenGLRenderWindow::DestroyWindow()
258{

Callers 1

WindowInitializeMethod · 0.95

Calls 1

CreateOffScreenWindowMethod · 0.95

Tested by

no test coverage detected