Section: Visualization Toolkit Widget Classes
To create an instance of class vtkLinearContourLineInterpolator, simply invoke its constructor as follows
obj = vtkLinearContourLineInterpolator
obj
is an instance of the vtkLinearContourLineInterpolator class.
string = obj.GetClassName ()
- Standard methods for instances of this class.
int = obj.IsA (string name)
- Standard methods for instances of this class.
vtkLinearContourLineInterpolator = obj.NewInstance ()
- Standard methods for instances of this class.
vtkLinearContourLineInterpolator = obj.SafeDownCast (vtkObject o)
- Standard methods for instances of this class.
int = obj.InterpolateLine (vtkRenderer ren, vtkContourRepresentation rep, int idx1, int idx2)