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

Function vtkTimerStruct

Rendering/Core/vtkRenderWindowInteractor.cxx:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 int Type;
31 unsigned long Duration;
32 vtkTimerStruct()
33 : Id(0)
34 , Type(vtkRenderWindowInteractor::OneShotTimer)
35 , Duration(10)
36 {
37 }
38 vtkTimerStruct(int platformTimerId, int timerType, unsigned long duration)
39 {
40 this->Id = platformTimerId;

Callers 3

CreateTimerMethod · 0.85
CreateRepeatingTimerMethod · 0.85
CreateOneShotTimerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected