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

Method Render

Web/WebAssemblySession/vtkRemoteSession.cxx:212–215  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

210
211//-------------------------------------------------------------------------------
212bool vtkRemoteSession::Render(vtkTypeUInt32 object)
213{
214 return vtkSessionRender(this->Session, object) == vtkSessionResultSuccess;
215}
216
217//-------------------------------------------------------------------------------
218bool vtkRemoteSession::ResetCamera(vtkTypeUInt32 object)

Callers

nothing calls this directly

Calls 1

vtkSessionRenderFunction · 0.85

Tested by

no test coverage detected