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

Method Render

Rendering/VR/vtkVRRenderWindow.cxx:330–335  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

328
329//------------------------------------------------------------------------------
330void vtkVRRenderWindow::Render()
331{
332 this->MakeCurrent();
333 this->GetState()->ResetGLViewportState();
334 this->Superclass::Render();
335}
336
337//------------------------------------------------------------------------------
338bool vtkVRRenderWindow::GetDeviceToWorldMatrixForDevice(

Callers

nothing calls this directly

Calls 3

MakeCurrentMethod · 0.95
GetStateMethod · 0.95
ResetGLViewportStateMethod · 0.80

Tested by

no test coverage detected