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

Method StopEventLoop

Web/WebAssemblySession/vtkRemoteSession.cxx:230–233  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

228
229//-------------------------------------------------------------------------------
230bool vtkRemoteSession::StopEventLoop(vtkTypeUInt32 object)
231{
232 return vtkSessionStopEventLoop(this->Session, object) == vtkSessionResultSuccess;
233}
234
235//-------------------------------------------------------------------------------
236bool vtkRemoteSession::BindRenderWindow(vtkTypeUInt32 object, const std::string canvasSelector)

Callers

nothing calls this directly

Calls 1

vtkSessionStopEventLoopFunction · 0.85

Tested by

no test coverage detected