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