Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkOpenGLRepresentationPainter, simply invoke its constructor as follows
obj = vtkOpenGLRepresentationPainter
obj
is an instance of the vtkOpenGLRepresentationPainter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkOpenGLRepresentationPainter = obj.NewInstance ()
vtkOpenGLRepresentationPainter = obj.SafeDownCast (vtkObject o)
double = obj.GetTimeToDraw ()