17#ifndef vtkImagePermute_h 
   18#define vtkImagePermute_h 
   21#include "vtkImagingCoreModule.h"  
   23VTK_ABI_NAMESPACE_BEGIN
 
   38  vtkGetVector3Macro(FilteredAxes, 
int);
 
void SetFilteredAxes(int x, int y, int z)
The filtered axes are the input axes that get relabeled to X,Y,Z.
 
~vtkImagePermute() override=default
 
static vtkImagePermute * New()
 
void SetFilteredAxes(const int xyz[3])
The filtered axes are the input axes that get relabeled to X,Y,Z.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
 
Reslices a volume along a new set of axes.
 
a simple class to control print indentation