Section: Visualization Toolkit Graphics Classes
To create an instance of class vtkVectorDot, simply invoke its constructor as follows
obj = vtkVectorDot
obj is an instance of the vtkVectorDot class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkVectorDot = obj.NewInstance ()
vtkVectorDot = obj.SafeDownCast (vtkObject o)
obj.SetScalarRange (double , double ) - Specify range to map scalars into.
obj.SetScalarRange (double a[2]) - Specify range to map scalars into.
double = obj. GetScalarRange () - Get the range that scalars map into.