* Access routine provided for compatibility with previous * versions of VTK. Please use the GetNextImage() variant * where possible. */
| 59 | * where possible. |
| 60 | */ |
| 61 | vtkImageSlice* GetNextItem() { return this->GetNextImage(); } |
| 62 | |
| 63 | protected: |
| 64 | vtkImageSliceCollection() = default; |
nothing calls this directly
no test coverage detected