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

Method ResetCamera

Web/WebAssemblySession/vtkRemoteSession.cxx:218–221  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

216
217//-------------------------------------------------------------------------------
218bool vtkRemoteSession::ResetCamera(vtkTypeUInt32 object)
219{
220 return vtkSessionResetCamera(this->Session, object) == vtkSessionResultSuccess;
221}
222
223//-------------------------------------------------------------------------------
224bool vtkRemoteSession::StartEventLoop(vtkTypeUInt32 object)

Callers

nothing calls this directly

Calls 1

vtkSessionResetCameraFunction · 0.85

Tested by

no test coverage detected