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

Method FireTimers

Rendering/UI/vtkXRenderWindowInteractor.cxx:570–576  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

568
569//------------------------------------------------------------------------------
570void vtkXRenderWindowInteractor::FireTimers()
571{
572 if (this->GetEnabled())
573 {
574 this->Internal->FireTimers(this);
575 }
576}
577
578//------------------------------------------------------------------------------
579// X always creates one shot timers

Callers 1

ProcessEventsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected