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

Method GetState

Rendering/VR/vtkVRRenderWindow.cxx:302–309  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

300
301//------------------------------------------------------------------------------
302vtkOpenGLState* vtkVRRenderWindow::GetState()
303{
304 if (this->HelperWindow)
305 {
306 return this->HelperWindow->GetState();
307 }
308 return this->Superclass::GetState();
309}
310
311//------------------------------------------------------------------------------
312bool vtkVRRenderWindow::IsCurrent()

Callers 15

RenderMethod · 0.95
setupAudioPlaybackFunction · 0.45
initializeGLMethod · 0.45
paintGLMethod · 0.45
vtkQWidgetTextureMethod · 0.45
AllocateFromWidgetMethod · 0.45
initializeGLMethod · 0.45
paintGLMethod · 0.45
RenderOpaqueGeometryMethod · 0.45
blitFunction · 0.45
renderMethod · 0.45
ProcessEventsMethod · 0.45

Calls

no outgoing calls

Tested by 4

setupAudioPlaybackFunction · 0.36
ExecuteMethod · 0.36
ExecuteMethod · 0.36