VTK
vtkOpenGLDisplayListPainter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkOpenGLDisplayListPainter.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
24 #ifndef __vtkOpenGLDisplayListPainter_h
25 #define __vtkOpenGLDisplayListPainter_h
26 
27 #include "vtkDisplayListPainter.h"
28 
30 {
31 public:
34  void PrintSelf(ostream& os, vtkIndent indent);
35 
36 
38 
41  virtual void ReleaseGraphicsResources(vtkWindow *);
42 //BTX
43 protected:
47 
48 
50 
52  virtual void RenderInternal(vtkRenderer* renderer, vtkActor* actor,
53  unsigned long typeflags,
54  bool forceCompileOnly);
56 
57 private:
58  vtkOpenGLDisplayListPainter(const vtkOpenGLDisplayListPainter&); // Not implemented.
59  void operator=(const vtkOpenGLDisplayListPainter&); // Not implemented.
60 
61  class vtkInternals;
62  vtkInternals* Internals;
63 //ETX
64 };
65 
66 #endif
67 
represents an object (geometry & properties) in a rendered scene
Definition: vtkActor.h:49
virtual void RenderInternal(vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly)
display list painter using OpenGL.
abstract specification for renderers
Definition: vtkRenderer.h:69
void PrintSelf(ostream &os, vtkIndent indent)
virtual void ReleaseGraphicsResources(vtkWindow *)
window superclass for vtkRenderWindow
Definition: vtkWindow.h:35
a simple class to control print indentation
Definition: vtkIndent.h:37
abstract superclass for painter that builds/uses display lists.
#define VTK_RENDERING_EXPORT
static vtkDisplayListPainter * New()