Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkIdentColoredPainter, simply invoke its constructor as follows
obj = vtkIdentColoredPainter
obj
is an instance of the vtkIdentColoredPainter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkIdentColoredPainter = obj.NewInstance ()
vtkIdentColoredPainter = obj.SafeDownCast (vtkObject o)
obj.ResetCurrentId ()
obj.ColorByConstant (int constant)
obj.ColorByIncreasingIdent (int plane)
obj.ColorByActorId (vtkProp ActorId)
obj.ColorByVertex ()
vtkProp = obj.GetActorFromId (vtkIdType id)