Skip to content

Support image direction in vtkImageReslice

David Gobbi requested to merge dgobbi/vtk:reslice-direction into master

With these changes, vtkImageReslice no longer ignores the Direction of oriented images. For oriented images, the SetOutputDirection() method replaces many of the use cases that were previously handled by the SetResliceAxes() method.

Merge request reports