#include <vtkImagePermute.h>
Inheritance diagram for vtkImagePermute:
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 46 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 | |
vtkImagePermute * | New () |
int | IsTypeOf (const char *type) |
vtkImagePermute * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkImagePermute () | |
~vtkImagePermute () | |
Protected Attributes | |
int | FilteredAxes [3] |
|
Reimplemented from vtkImageReslice. Definition at line 50 of file vtkImagePermute.h. |
|
|
|
Definition at line 64 of file vtkImagePermute.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkImageReslice. |
|
Reimplemented from vtkImageReslice. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageReslice. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkImageReslice. |
|
Reimplemented from vtkImageReslice. |
|
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. |
|
The filtered axes are the input axes that get relabeled to X,Y,Z. |
|
The filtered axes are the input axes that get relabeled to X,Y,Z. Definition at line 57 of file vtkImagePermute.h. |
|
The filtered axes are the input axes that get relabeled to X,Y,Z. |
|
The filtered axes are the input axes that get relabeled to X,Y,Z. |
|
The filtered axes are the input axes that get relabeled to X,Y,Z. |
|
Definition at line 66 of file vtkImagePermute.h. |