| 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; |
no outgoing calls
no test coverage detected