Section: Visualization Toolkit Graphics Classes
The filter passes both its point data and cell data to its output.
To create an instance of class vtkWarpVector, simply invoke its constructor as follows
obj = vtkWarpVector
obj
is an instance of the vtkWarpVector class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkWarpVector = obj.NewInstance ()
vtkWarpVector = obj.SafeDownCast (vtkObject o)
obj.SetScaleFactor (double )
- Specify value to scale displacement.
double = obj.GetScaleFactor ()
- Specify value to scale displacement.