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

Method DestroyTimer

Wrapping/Java/vtk/vtkCanvas.java:89–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 public void DestroyTimer() {
90 if (timer.isRunning())
91 timer.stop();
92 }
93
94 /**
95 * Replace by getRenderWindowInteractor()

Callers 11

AdvanceAnimationMethod · 0.45
ProcessEventsFunction · 0.45
TimerEventMethod · 0.45
RenderNowMethod · 0.45
StopLayoutAnimationMethod · 0.45
EndSelectActionMethod · 0.45
EndSelectActionMethod · 0.45
MoveActionMethod · 0.45
HoverActionMethod · 0.45
StopAnimationMethod · 0.45
OnLeftButtonUpMethod · 0.45

Calls 1

stopMethod · 0.45

Tested by 1

ProcessEventsFunction · 0.36