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

Method OpenGLInit

Rendering/OpenGL2/vtkGenericOpenGLRenderWindow.cxx:178–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void vtkGenericOpenGLRenderWindow::OpenGLInit()
179{
180 this->OpenGLInitContext();
181 auto state = this->GetState();
182 state->Reset();
183 state->Push();
184 this->Superclass::OpenGLInit();
185 state->Pop();
186}
187
188void vtkGenericOpenGLRenderWindow::Render()
189{

Callers 1

RenderMethod · 0.95

Calls 5

OpenGLInitContextMethod · 0.45
GetStateMethod · 0.45
ResetMethod · 0.45
PushMethod · 0.45
PopMethod · 0.45

Tested by

no test coverage detected