Section: Visualization Toolkit Infovis Classes
To create an instance of class vtkSplineGraphEdges, simply invoke its constructor as follows
obj = vtkSplineGraphEdges
obj
is an instance of the vtkSplineGraphEdges class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkSplineGraphEdges = obj.NewInstance ()
vtkSplineGraphEdges = obj.SafeDownCast (vtkObject o)
obj.SetSpline (vtkSpline s)
- If SplineType is CUSTOM, uses this spline.
vtkSpline = obj.GetSpline ()
- If SplineType is CUSTOM, uses this spline.
obj.SetSplineType (int )
- Spline type used by the filter.
BSPLINE (0) - Use optimized b-spline (default).
CUSTOM (1) - Use spline set with SetSpline.
int = obj.GetSplineType ()
- Spline type used by the filter.
BSPLINE (0) - Use optimized b-spline (default).
CUSTOM (1) - Use spline set with SetSpline.
obj.SetNumberOfSubdivisions (vtkIdType )
- The number of subdivisions in the spline.
vtkIdType = obj.GetNumberOfSubdivisions ()
- The number of subdivisions in the spline.