Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkCompositePainter, simply invoke its constructor as follows
obj = vtkCompositePainter
obj
is an instance of the vtkCompositePainter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkCompositePainter = obj.NewInstance ()
vtkCompositePainter = obj.SafeDownCast (vtkObject o)
vtkDataObject = obj.GetOutput ()
- Get the output data object from this painter. The default implementation
simply forwards the input data object as the output.