Skip to content

Fix crash in vtkImageReslice

Andras Lasso requested to merge lassoan/vtk:fix-vtkimagereslice-crash into master

When an input vtkImageData did not contain point scalars (e.g., because it contains tensors, or no point data at all) then vtkImageReslice crashed. It is not a problem if the filter only processes scalar data, but it should never crash, for any kind of input data.

Merge request reports