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

Method InternalDestroyTimer

Rendering/UI/vtkWebAssemblyRenderWindowInteractor.cxx:691–700  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

689
690//------------------------------------------------------------------------------
691int vtkWebAssemblyRenderWindowInteractor::InternalDestroyTimer(int platformTimerId)
692{
693 auto& internals = (*this->Internals);
694 int tid = this->GetVTKTimerId(platformTimerId);
695 vtkDestroyTimer(platformTimerId, this->IsOneShotTimer(tid));
696 internals.Timers.erase(tid);
697 auto i = internals.VTKToPlatformTimerMap.find(tid);
698 internals.VTKToPlatformTimerMap.erase(i);
699 return 0;
700}
701
702//------------------------------------------------------------------------------
703void vtkWebAssemblyRenderWindowInteractor::PrintSelf(ostream& os, vtkIndent indent)

Callers

nothing calls this directly

Calls 4

GetVTKTimerIdMethod · 0.80
IsOneShotTimerMethod · 0.80
eraseMethod · 0.45
findMethod · 0.45

Tested by

no test coverage detected