Deprecate vtkAbstractImageInterpolator::GetWholeExtent
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.