25 #ifndef vtkOpenGLDisplayListPainter_h
26 #define vtkOpenGLDisplayListPainter_h
28 #include "vtkRenderingOpenGLModule.h"
48 ~vtkOpenGLDisplayListPainter() VTK_OVERRIDE;
55 unsigned long typeflags,
56 bool forceCompileOnly) VTK_OVERRIDE;
59 vtkOpenGLDisplayListPainter(const vtkOpenGLDisplayListPainter&) VTK_DELETE_FUNCTION;
60 void operator=(const vtkOpenGLDisplayListPainter&) VTK_DELETE_FUNCTION;
63 vtkInternals* Internals;
represents an object (geometry & properties) in a rendered scene
display list painter using OpenGL.
abstract specification for renderers
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()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.