------------------------------------------------------------------------------
| 531 | |
| 532 | //------------------------------------------------------------------------------ |
| 533 | void vtkImageStack::InitPathTraversal() |
| 534 | { |
| 535 | this->UpdatePaths(); |
| 536 | this->Paths->InitTraversal(); |
| 537 | } |
| 538 | |
| 539 | //------------------------------------------------------------------------------ |
| 540 | vtkAssemblyPath* vtkImageStack::GetNextPath() |
nothing calls this directly
no test coverage detected