Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkStreamPoints, simply invoke its constructor as follows
obj = vtkStreamPoints
obj
is an instance of the vtkStreamPoints class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkStreamPoints = obj.NewInstance ()
vtkStreamPoints = obj.SafeDownCast (vtkObject o)
obj.SetTimeIncrement (double )
- Specify the separation of points in terms of absolute time.
double = obj.GetTimeIncrementMinValue ()
- Specify the separation of points in terms of absolute time.
double = obj.GetTimeIncrementMaxValue ()
- Specify the separation of points in terms of absolute time.
double = obj.GetTimeIncrement ()
- Specify the separation of points in terms of absolute time.