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

Function spinOnce

Rendering/UI/vtkWebAssemblyRenderWindowInteractor.cxx:49–54  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

47
48//------------------------------------------------------------------------------
49void spinOnce(void* arg)
50{
51 vtkWebAssemblyRenderWindowInteractor* iren =
52 static_cast<vtkWebAssemblyRenderWindowInteractor*>(arg);
53 iren->ProcessEvents();
54}
55
56//------------------------------------------------------------------------------
57bool spinOnceAndGetDone(void* arg)

Callers

nothing calls this directly

Calls 1

ProcessEventsMethod · 0.45

Tested by

no test coverage detected