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

vtkTransformFilter Class Reference

transform points and associated normals and vectors. More...

#include <vtkTransformFilter.h>

Inheritance diagram for vtkTransformFilter:

Inheritance graph
[legend]
Collaboration diagram for vtkTransformFilter:

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)
unsigned long GetMTime ()
virtual void SetTransform (vtkAbstractTransform *)
virtual vtkAbstractTransformGetTransform ()

Static Public Methods

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

Protected Methods

 vtkTransformFilter ()
 ~vtkTransformFilter ()
 vtkTransformFilter (const vtkTransformFilter &)
void operator= (const vtkTransformFilter &)
void Execute ()

Protected Attributes

vtkAbstractTransformTransform

Detailed Description

transform points and associated normals and vectors.

Date:
2000/12/10 20:08:56
Revision:
1.35

vtkTransformFilter is a filter to transform point coordinates, and associated point normals and vectors. Other point data is passed through the filter.

An alternative method of transformation is to use vtkActor's methods to scale, rotate, and translate objects. The difference between the two methods is that vtkActor's transformation simply effects where objects are rendered (via the graphics pipeline), whereas vtkTransformFilter actually modifies point coordinates in the visualization pipeline. This is necessary for some objects (e.g., vtkProbeFilter) that require point coordinates as input.

See also:
vtkAbstractTransform vtkTransformPolyDataFilter vtkActor
Examples:
vtkTransformFilter (examples)

Definition at line 70 of file vtkTransformFilter.h.


Constructor & Destructor Documentation

vtkTransformFilter::vtkTransformFilter   [protected]
 

vtkTransformFilter::~vtkTransformFilter   [protected]
 

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

Definition at line 87 of file vtkTransformFilter.h.


Member Function Documentation

vtkTransformFilter* vtkTransformFilter::New   [static]
 

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

Reimplemented from vtkPointSetSource.

virtual const char* vtkTransformFilter::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 vtkPointSetToPointSetFilter.

int vtkTransformFilter::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 vtkPointSetToPointSetFilter.

virtual int vtkTransformFilter::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 vtkPointSetToPointSetFilter.

vtkTransformFilter* vtkTransformFilter::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 vtkPointSetToPointSetFilter.

void vtkTransformFilter::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 vtkSource.

unsigned long vtkTransformFilter::GetMTime   [virtual]
 

Return the MTime also considering the transform.

Reimplemented from vtkObject.

virtual void vtkTransformFilter::SetTransform vtkAbstractTransform   [virtual]
 

Specify the transform object used to transform points.

virtual vtkAbstractTransform* vtkTransformFilter::GetTransform   [virtual]
 

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

Definition at line 88 of file vtkTransformFilter.h.

void vtkTransformFilter::Execute   [protected, virtual]
 

Reimplemented from vtkSource.


Member Data Documentation

vtkAbstractTransform* vtkTransformFilter::Transform [protected]
 

Definition at line 91 of file vtkTransformFilter.h.


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