#include <vtkWarpVector.h>
Inheritance diagram for vtkWarpVector:
vtkWarpVector is a filter that modifies point coordinates by moving points along vector times the scale factor. Useful for showing flow profiles or mechanical deformation.
The filter passes both its point data and cell data to its output.
Definition at line 49 of file vtkWarpVector.h.
Public Types | |
typedef vtkPointSetToPointSetFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetScaleFactor (double) |
virtual double | GetScaleFactor () |
virtual char * | GetInputVectorsSelection () |
void | SelectInputVectors (const char *fieldName) |
Static Public Member Functions | |
vtkWarpVector * | New () |
int | IsTypeOf (const char *type) |
vtkWarpVector * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkWarpVector () | |
~vtkWarpVector () | |
void | Execute () |
virtual void | SetInputVectorsSelection (const char *) |
Protected Attributes | |
double | ScaleFactor |
char * | InputVectorsSelection |
|
Reimplemented from vtkPointSetToPointSetFilter. Definition at line 53 of file vtkWarpVector.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkPointSetToPointSetFilter. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPointSetToPointSetFilter. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPointSetToPointSetFilter. |
|
Reimplemented from vtkPointSetToPointSetFilter. |
|
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 vtkPointSetToPointSetFilter. |
|
Specify value to scale displacement. |
|
Specify value to scale displacement. |
|
If you want to warp by an arbitrary vector array, then set its name here. By default this in NULL and the filter will use the active vector array. |
|
If you want to warp by an arbitrary vector array, then set its name here. By default this in NULL and the filter will use the active vector array. Definition at line 67 of file vtkWarpVector.h. |
|
This method is the old style execute method Reimplemented from vtkSource. |
|
|
|
Definition at line 76 of file vtkWarpVector.h. |
|
Definition at line 78 of file vtkWarpVector.h. |