You can use vtkImagePermute
permute = vtkImagePermute()
permute.SetInputConnection(...)
permute.SetFilteredAxes(1,2,0)
permute.Update()
You can use vtkImagePermute
permute = vtkImagePermute()
permute.SetInputConnection(...)
permute.SetFilteredAxes(1,2,0)
permute.Update()