#include <vtkImagePermute.h>
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. This filter is actually a very thin wrapper around vtkImageReslice.
Definition at line 34 of file vtkImagePermute.h.
Public Types | |
typedef vtkImageReslice | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetFilteredAxes (int x, int y, int z) |
void | SetFilteredAxes (const int xyz[3]) |
virtual int * | GetFilteredAxes () |
virtual void | GetFilteredAxes (int &, int &, int &) |
virtual void | GetFilteredAxes (int[3]) |
Static Public Member Functions | |
static vtkImagePermute * | New () |
static int | IsTypeOf (const char *type) |
static vtkImagePermute * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImagePermute () | |
~vtkImagePermute () | |
Protected Attributes | |
int | FilteredAxes [3] |
vtkImagePermute::vtkImagePermute | ( | ) | [protected] |
vtkImagePermute::~vtkImagePermute | ( | ) | [inline, protected] |
Definition at line 52 of file vtkImagePermute.h.
static vtkImagePermute* vtkImagePermute::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkImageReslice.
virtual const char* vtkImagePermute::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkImageReslice.
static int vtkImagePermute::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkImageReslice.
virtual int vtkImagePermute::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkImageReslice.
static vtkImagePermute* vtkImagePermute::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkImageReslice.
void vtkImagePermute::PrintSelf | ( | ostream & | os, | |
vtkIndent | indent | |||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkImageReslice.
void vtkImagePermute::SetFilteredAxes | ( | int | x, | |
int | y, | |||
int | z | |||
) |
The filtered axes are the input axes that get relabeled to X,Y,Z.
void vtkImagePermute::SetFilteredAxes | ( | const int | xyz[3] | ) | [inline] |
The filtered axes are the input axes that get relabeled to X,Y,Z.
Definition at line 45 of file vtkImagePermute.h.
virtual int* vtkImagePermute::GetFilteredAxes | ( | ) | [virtual] |
The filtered axes are the input axes that get relabeled to X,Y,Z.
virtual void vtkImagePermute::GetFilteredAxes | ( | int & | , | |
int & | , | |||
int & | ||||
) | [virtual] |
The filtered axes are the input axes that get relabeled to X,Y,Z.
virtual void vtkImagePermute::GetFilteredAxes | ( | int | [3] | ) | [virtual] |
The filtered axes are the input axes that get relabeled to X,Y,Z.
int vtkImagePermute::FilteredAxes[3] [protected] |
Definition at line 52 of file vtkImagePermute.h.