Documentation for vtkImagePermute

vtkImagePermute - Permutes axes of input.

Super Class: vtkImageFilter

Description:

vtkImagePermute reorders the axes of the input. Filtered axes specify the input axes which become X, Y, Z. The input has to have the same scalar type of the output. The filter does copy the data when it executes.

 

Methods:

void vtkImagePermute ()
static vtkImagePermute *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetFilteredAxes (int ,int ,int )
void SetFilteredAxes (int *)
int *GetFilteredAxes ()
void ExecuteImageInformation ()
void ComputeRequiredInputUpdateExtent (int ,int )
void ThreadedExecute (vtkImageData * ,vtkImageData * ,int ,int )

 

Detailed Method Descriptions:

The filtered axes are the input axes that get relabeled to X,Y,Z.

void SetFilteredAxes (int ,int ,int )
void SetFilteredAxes (int *)
int *GetFilteredAxes ()