25 #ifndef vtkOpenGLDisplayListPainter_h 
   26 #define vtkOpenGLDisplayListPainter_h 
   28 #include "vtkRenderingOpenGLModule.h"  
   55                               unsigned long typeflags,
 
   56                               bool forceCompileOnly);
 
   63   vtkInternals* Internals;
 
represents an object (geometry & properties) in a rendered scene 
virtual void RenderInternal(vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly)
Performs the actual rendering. 
display list painter using OpenGL. 
abstract specification for renderers 
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses. 
virtual void ReleaseGraphicsResources(vtkWindow *)
Release any graphics resources that are being consumed by this painter. 
window superclass for vtkRenderWindow 
a simple class to control print indentation 
abstract superclass for painter that builds/uses display lists. 
static vtkDisplayListPainter * New()