------------------------------------------------------------------------------
| 548 | |
| 549 | //------------------------------------------------------------------------------ |
| 550 | int vtkImageStack::GetNumberOfPaths() |
| 551 | { |
| 552 | this->UpdatePaths(); |
| 553 | return this->Paths->GetNumberOfItems(); |
| 554 | } |
| 555 | |
| 556 | //------------------------------------------------------------------------------ |
| 557 | void vtkImageStack::UpdatePaths() |
nothing calls this directly
no test coverage detected