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

Function spinOnceAndGetDone

Rendering/UI/vtkWebAssemblyRenderWindowInteractor.cxx:57–63  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

55
56//------------------------------------------------------------------------------
57bool spinOnceAndGetDone(void* arg)
58{
59 vtkWebAssemblyRenderWindowInteractor* iren =
60 static_cast<vtkWebAssemblyRenderWindowInteractor*>(arg);
61 iren->ProcessEvents();
62 return iren->GetDone();
63}
64
65//------------------------------------------------------------------------------
66void unRegisterInteractor(void* iren)

Callers

nothing calls this directly

Calls 2

ProcessEventsMethod · 0.45
GetDoneMethod · 0.45

Tested by

no test coverage detected