VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkImagePermute Class Reference

Permutes axes of input. More...

#include <vtkImagePermute.h>

Inheritance diagram for vtkImagePermute:
Inheritance graph
[legend]
Collaboration diagram for vtkImagePermute:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkImageReslice Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkImagePermuteNewInstance () const
void PrintSelf (ostream &os, vtkIndent indent)
void SetFilteredAxes (int x, int y, int z)
void SetFilteredAxes (const int xyz[3])
virtual intGetFilteredAxes ()
virtual void GetFilteredAxes (int &, int &, int &)
virtual void GetFilteredAxes (int[3])

Static Public Member Functions

static vtkImagePermuteNew ()
static int IsTypeOf (const char *type)
static vtkImagePermuteSafeDownCast (vtkObjectBase *o)

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkImagePermute ()
 ~vtkImagePermute ()

Protected Attributes

int FilteredAxes [3]

Detailed Description

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.

Tests:
vtkImagePermute (Tests)

Definition at line 35 of file vtkImagePermute.h.


Member Typedef Documentation

Reimplemented from vtkImageReslice.

Definition at line 39 of file vtkImagePermute.h.


Constructor & Destructor Documentation

vtkImagePermute::~vtkImagePermute ( ) [inline, protected]

Definition at line 53 of file vtkImagePermute.h.


Member Function Documentation

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.

Reimplemented from vtkImageReslice.

virtual vtkObjectBase* vtkImagePermute::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkImageReslice.

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.


Member Data Documentation

Definition at line 53 of file vtkImagePermute.h.


The documentation for this class was generated from the following file: