29 #ifndef vtkImagePermute_h
30 #define vtkImagePermute_h
33 #include "vtkImagingCoreModule.h"
48 void SetFilteredAxes(
int x,
int y,
int z);
50 this->SetFilteredAxes(xyz[0], xyz[1], xyz[2]); };
51 vtkGetVector3Macro(FilteredAxes,
int);
void SetFilteredAxes(const int xyz[3])
The filtered axes are the input axes that get relabeled to X,Y,Z.
static vtkImageReslice * New()
a simple class to control print indentation
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.