VTK
|
Permutes axes of input. More...
#include <vtkImagePermute.h>
Public Types | |
typedef vtkImageReslice | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkImagePermute * | NewInstance () const |
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 (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkImagePermute () | |
~vtkImagePermute () | |
Protected Attributes | |
int | FilteredAxes [3] |
Permutes axes of input.
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 35 of file vtkImagePermute.h.
Reimplemented from vtkImageReslice.
Definition at line 39 of file vtkImagePermute.h.
vtkImagePermute::vtkImagePermute | ( | ) | [protected] |
vtkImagePermute::~vtkImagePermute | ( | ) | [inline, protected] |
Definition at line 53 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.
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 | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkImageReslice.
virtual vtkObjectBase* vtkImagePermute::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkImageReslice.
vtkImagePermute* vtkImagePermute::NewInstance | ( | ) | const |
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 46 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 53 of file vtkImagePermute.h.