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

Method StartEventLoop

Web/WebAssemblySession/vtkRemoteSession.cxx:224–227  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

222
223//-------------------------------------------------------------------------------
224bool vtkRemoteSession::StartEventLoop(vtkTypeUInt32 object)
225{
226 return vtkSessionStartEventLoop(this->Session, object) == vtkSessionResultSuccess;
227}
228
229//-------------------------------------------------------------------------------
230bool vtkRemoteSession::StopEventLoop(vtkTypeUInt32 object)

Callers

nothing calls this directly

Calls 1

vtkSessionStartEventLoopFunction · 0.85

Tested by

no test coverage detected