Skip to content

Deprecate vtkAbstractImageInterpolator::GetWholeExtent

David Gobbi requested to merge dgobbi/vtk:deprecate-getwholeextent into master

In VTK 6, the WholeExtent property was removed from vtkImageData, and the image interpolator GetWholeExtent() method has returned the same value as GetExtent() since that time. Therefore, the GetWholeExtent() method serves no purpose.

Merge request reports