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

Method Push

Rendering/OpenGL2/vtkOpenGLState.cxx:1447–1453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1445}
1446
1447void vtkOpenGLState::Push()
1448{
1449 vtkOpenGLRenderUtilities::MarkDebugEvent("Pushing OpenGL State");
1450 this->Stack.push(this->Stack.top());
1451 this->PushFramebufferBindings();
1452 vtkOpenGLRenderUtilities::MarkDebugEvent("Finished Pushing OpenGL State");
1453}
1454
1455void vtkOpenGLState::Pop()
1456{

Callers 15

OpenGLInitMethod · 0.45
RenderMethod · 0.45
SaveGLStateMethod · 0.45
BeginSelectionMethod · 0.45
RenderMethod · 0.45
ComputeMatrixMethod · 0.45
DoOneEventMethod · 0.45
Pick3DInternalMethod · 0.45
ComputeMatrixMethod · 0.45
ComputeMatrixMethod · 0.45
AddNodeMethod · 0.45
ComputeMatrixMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected