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

Method EndTimer

Rendering/Core/vtkInteractorStyle.cxx:624–631  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

622
623//------------------------------------------------------------------------------
624void vtkInteractorStyle::EndTimer()
625{
626 if (this->State != VTKIS_TIMER)
627 {
628 return;
629 }
630 this->StopState();
631}
632
633//------------------------------------------------------------------------------
634void vtkInteractorStyle::StartTwoPointer()

Callers

nothing calls this directly

Calls 1

StopStateMethod · 0.95

Tested by

no test coverage detected