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

Method Frame

Rendering/OpenGL2/vtkOSOpenGLRenderWindow.cxx:229–233  ·  view source on GitHub ↗

End the rendering process and display the image.

Source from the content-addressed store, hash-verified

227
228// End the rendering process and display the image.
229void vtkOSOpenGLRenderWindow::Frame()
230{
231 this->MakeCurrent();
232 this->Superclass::Frame();
233}
234
235//
236// Set the variable that indicates that we want a stereo capable window

Callers

nothing calls this directly

Calls 1

MakeCurrentMethod · 0.95

Tested by

no test coverage detected