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

vtkWarpTo Class Reference

deform geometry by warping towards a point. More...

#include <vtkWarpTo.h>

Inheritance diagram for vtkWarpTo:

Inheritance graph
[legend]
Collaboration diagram for vtkWarpTo:

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 SetScaleFactor (float)
virtual float GetScaleFactor ()
virtual float * GetPosition ()
virtual void GetPosition (float data[3])
virtual void SetPosition (float, float, float)
virtual void SetPosition (float[3])
virtual void SetAbsolute (int)
virtual int GetAbsolute ()
virtual void AbsoluteOn ()
virtual void AbsoluteOff ()

Static Public Methods

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

Protected Methods

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

Protected Attributes

float ScaleFactor
float Position [3]
int Absolute

Detailed Description

deform geometry by warping towards a point.

Date:
2000/12/10 20:09:00
Revision:
1.27

vtkWarpTo is a filter that modifies point coordinates by moving the points towards a user specified position.

Examples:
vtkWarpTo (examples)

Definition at line 58 of file vtkWarpTo.h.


Constructor & Destructor Documentation

vtkWarpTo::vtkWarpTo   [protected]
 

vtkWarpTo::~vtkWarpTo   [inline, protected]
 

Definition at line 81 of file vtkWarpTo.h.

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

Definition at line 82 of file vtkWarpTo.h.


Member Function Documentation

vtkWarpTo* vtkWarpTo::New   [static]
 

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

Reimplemented from vtkPointSetSource.

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

vtkWarpTo* vtkWarpTo::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 vtkWarpTo::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.

virtual void vtkWarpTo::SetScaleFactor float    [virtual]
 

Set/Get the value to scale displacement.

virtual float vtkWarpTo::GetScaleFactor   [virtual]
 

virtual float* vtkWarpTo::GetPosition   [virtual]
 

Set/Get the position to warp towards.

virtual void vtkWarpTo::GetPosition float    data[3] [virtual]
 

virtual void vtkWarpTo::SetPosition float   ,
float   ,
float   
[virtual]
 

virtual void vtkWarpTo::SetPosition float   [3] [virtual]
 

virtual void vtkWarpTo::SetAbsolute int    [virtual]
 

Set/Get the Absolute ivar. Turning Absolute on causes scale factor of the new position to be one unit away from Position.

virtual int vtkWarpTo::GetAbsolute   [virtual]
 

virtual void vtkWarpTo::AbsoluteOn   [virtual]
 

virtual void vtkWarpTo::AbsoluteOff   [virtual]
 

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

Definition at line 83 of file vtkWarpTo.h.

void vtkWarpTo::Execute   [protected, virtual]
 

Reimplemented from vtkSource.


Member Data Documentation

float vtkWarpTo::ScaleFactor [protected]
 

Definition at line 86 of file vtkWarpTo.h.

float vtkWarpTo::Position[3] [protected]
 

Definition at line 87 of file vtkWarpTo.h.

int vtkWarpTo::Absolute [protected]
 

Definition at line 88 of file vtkWarpTo.h.


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