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 "vtkRenderingOpenGLModule.h" // For export macro
28 #include "vtkDisplayListPainter.h"
29 
31 {
32 public:
35  void PrintSelf(ostream& os, vtkIndent indent);
36 
41 
42 protected:
43 //BTX
46 
48 
50  virtual void RenderInternal(vtkRenderer* renderer, vtkActor* actor,
51  unsigned long typeflags,
52  bool forceCompileOnly);
54 
55 private:
56  vtkOpenGLDisplayListPainter(const vtkOpenGLDisplayListPainter&); // Not implemented.
57  void operator=(const vtkOpenGLDisplayListPainter&); // Not implemented.
58 
59  class vtkInternals;
60  vtkInternals* Internals;
61 //ETX
62 };
63 
64 #endif
65 
vtkOpenGLDisplayListPainter::RenderInternal
virtual void RenderInternal(vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly)
vtkOpenGLDisplayListPainter::~vtkOpenGLDisplayListPainter
~vtkOpenGLDisplayListPainter()
vtkOpenGLDisplayListPainter::New
static vtkOpenGLDisplayListPainter * New()
vtkRenderingOpenGLModule.h
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkWindow
window superclass for vtkRenderWindow
Definition: vtkWindow.h:34
vtkDisplayListPainter
abstract superclass for painter that builds/uses display lists.
Definition: vtkDisplayListPainter.h:29
vtkOpenGLDisplayListPainter
display list painter using OpenGL.
Definition: vtkOpenGLDisplayListPainter.h:31
vtkDisplayListPainter.h
vtkOpenGLDisplayListPainter::ReleaseGraphicsResources
virtual void ReleaseGraphicsResources(vtkWindow *)
vtkActor
represents an object (geometry & properties) in a rendered scene
Definition: vtkActor.h:51
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkOpenGLDisplayListPainter::vtkOpenGLDisplayListPainter
vtkOpenGLDisplayListPainter()
vtkOpenGLDisplayListPainter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkRenderer
abstract specification for renderers
Definition: vtkRenderer.h:64
VTKRENDERINGOPENGL_EXPORT
#define VTKRENDERINGOPENGL_EXPORT
Definition: vtkRenderingOpenGLModule.h:15