Section: Visualization Toolkit Rendering Classes
To create an instance of class vtkOpenGLDisplayListPainter, simply invoke its constructor as follows
obj = vtkOpenGLDisplayListPainter
obj
is an instance of the vtkOpenGLDisplayListPainter class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkOpenGLDisplayListPainter = obj.NewInstance ()
vtkOpenGLDisplayListPainter = obj.SafeDownCast (vtkObject o)
obj.ReleaseGraphicsResources (vtkWindow )
- Release any graphics resources that are being consumed by this mapper.
The parameter window could be used to determine which graphic
resources to release. In this case, releases the display lists.