Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

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 Methods

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetFilteredAxes (int, int, int)
virtual void SetFilteredAxes (int[3])
virtual int * GetFilteredAxes ()
virtual void GetFilteredAxes (int &, int &, int &)
virtual void GetFilteredAxes (int[3])

Static Public Methods

vtkImagePermute * New ()
int IsTypeOf (const char *type)
vtkImagePermute * SafeDownCast (vtkObject *o)

Protected Methods

 vtkImagePermute ()
 ~vtkImagePermute ()
 vtkImagePermute (const vtkImagePermute &)
void operator= (const vtkImagePermute &)
void ExecuteInformation (vtkImageData *inData, vtkImageData *outData)
void ComputeInputUpdateExtent (int inExt[6], int outExt[6])
void ExecuteInformation ()
void ThreadedExecute (vtkImageData *inData, vtkImageData *outData, int ext[6], int id)

Protected Attributes

int FilteredAxes [3]

Detailed Description

Permutes axes of input.

Date:
2000/12/10 20:09:09
Revision:
1.22
Thanks:
Thanks to C. Charles Law who developed this class.
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.
Examples:
vtkImagePermute (examples)

Definition at line 62 of file vtkImagePermute.h.


Constructor & Destructor Documentation

vtkImagePermute::vtkImagePermute   [protected]
 

vtkImagePermute::~vtkImagePermute   [inline, protected]
 

Definition at line 75 of file vtkImagePermute.h.

vtkImagePermute::vtkImagePermute const vtkImagePermute &    [inline, protected]
 

Definition at line 76 of file vtkImagePermute.h.


Member Function Documentation

vtkImagePermute* vtkImagePermute::New   [static]
 

Instantiate object with no start, end, or progress methods.

Reimplemented from vtkImageToImageFilter.

virtual const char* vtkImagePermute::GetClassName   [virtual]
 

Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkImageToImageFilter.

int vtkImagePermute::IsTypeOf const char *    type [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 vtkImageToImageFilter.

virtual int vtkImagePermute::IsA const char *    type [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 vtkImageToImageFilter.

vtkImagePermute* vtkImagePermute::SafeDownCast vtkObject   o [static]
 

Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkImageToImageFilter.

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 vtkImageToImageFilter.

virtual void vtkImagePermute::SetFilteredAxes int   ,
int   ,
int   
[virtual]
 

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

virtual void vtkImagePermute::SetFilteredAxes int   [3] [virtual]
 

virtual int* vtkImagePermute::GetFilteredAxes   [virtual]
 

virtual void vtkImagePermute::GetFilteredAxes int &   ,
int &   ,
int &   
[virtual]
 

virtual void vtkImagePermute::GetFilteredAxes int   [3] [virtual]
 

void vtkImagePermute::operator= const vtkImagePermute &    [inline, protected]
 

Definition at line 77 of file vtkImagePermute.h.

void vtkImagePermute::ExecuteInformation vtkImageData   inData,
vtkImageData   outData
[protected, virtual]
 

Reimplemented from vtkImageToImageFilter.

void vtkImagePermute::ComputeInputUpdateExtent int    inExt[6],
int    outExt[6]
[protected, virtual]
 

Reimplemented from vtkImageToImageFilter.

void vtkImagePermute::ExecuteInformation   [inline, protected, virtual]
 

Reimplemented from vtkImageToImageFilter.

Definition at line 82 of file vtkImagePermute.h.

void vtkImagePermute::ThreadedExecute vtkImageData   inData,
vtkImageData   outData,
int    ext[6],
int    id
[protected, virtual]
 

If the subclass does not define an Execute method, then the task will be broken up, multiple threads will be spawned, and each thread will call this method. It is public so that the thread functions can call this method.

Reimplemented from vtkImageToImageFilter.


Member Data Documentation

int vtkImagePermute::FilteredAxes[3] [protected]
 

Definition at line 79 of file vtkImagePermute.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 12:48:52 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001