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

Method InternalCreateTimer

Rendering/Core/vtkRenderWindowInteractor.cxx:927–931  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Stubbed out dummys

Source from the content-addressed store, hash-verified

925//------------------------------------------------------------------------------
926// Stubbed out dummys
927int vtkRenderWindowInteractor::InternalCreateTimer(
928 int vtkNotUsed(timerId), int vtkNotUsed(timerType), unsigned long vtkNotUsed(duration))
929{
930 return 0;
931}
932
933//------------------------------------------------------------------------------
934int vtkRenderWindowInteractor::InternalDestroyTimer(int vtkNotUsed(platformTimerId))

Callers 4

CreateTimerMethod · 0.95
CreateRepeatingTimerMethod · 0.95
CreateOneShotTimerMethod · 0.95
ResetTimerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected