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