Skip to content

Interpolation table was needlessly updating.

David Gobbi requested to merge dgobbi/vtk:sinc-interp-performance into master

The vtkImageSincInterpolator was needlessly updating its kernel's lookup table because the base class was resetting InterpolationMode on each Update. As a result, the class always thought the old lookup table was out of date.

Merge request reports