Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkSurfaceLICDefaultPainter, simply invoke its constructor as follows
obj = vtkSurfaceLICDefaultPainter
obj
is an instance of the vtkSurfaceLICDefaultPainter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkSurfaceLICDefaultPainter = obj.NewInstance ()
vtkSurfaceLICDefaultPainter = obj.SafeDownCast (vtkObject o)
obj.SetSurfaceLICPainter (vtkSurfaceLICPainter )
- Get/Set the Surface LIC painter.
vtkSurfaceLICPainter = obj.GetSurfaceLICPainter ()
- Get/Set the Surface LIC painter.