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

Method StopLayoutAnimation

Views/Infovis/vtkGraphItem.cxx:326–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void vtkGraphItem::StopLayoutAnimation()
327{
328 this->Internal->Interactor->DestroyTimer(this->Internal->TimerId);
329 this->Internal->TimerId = 0;
330 this->Internal->Animating = false;
331}
332
333void vtkGraphItem::UpdateLayout()
334{

Callers 2

~vtkGraphItemMethod · 0.95
UpdateLayoutMethod · 0.95

Calls 1

DestroyTimerMethod · 0.45

Tested by

no test coverage detected