28 #ifndef __vtkImagePermute_h
29 #define __vtkImagePermute_h
32 #include "vtkImagingCoreModule.h"
41 void PrintSelf(ostream& os, vtkIndent indent);
45 void SetFilteredAxes(
int x,
int y,
int z);
47 this->SetFilteredAxes(xyz[0], xyz[1], xyz[2]); };
48 vtkGetVector3Macro(FilteredAxes,
int);
void SetFilteredAxes(const int xyz[3])
static vtkImageReslice * New()
Reslices a volume along a new set of axes.
virtual void PrintSelf(ostream &os, vtkIndent indent)