VTK
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
dox
Rendering
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
29
class
VTK_RENDERING_EXPORT
vtkOpenGLDisplayListPainter
:
public
vtkDisplayListPainter
30
{
31
public
:
32
static
vtkOpenGLDisplayListPainter
*
New
();
33
vtkTypeMacro(
vtkOpenGLDisplayListPainter
,
vtkDisplayListPainter
);
34
void
PrintSelf
(ostream& os,
vtkIndent
indent);
35
36
38
41
virtual
void
ReleaseGraphicsResources
(
vtkWindow
*);
42
//BTX
43
protected
:
44
vtkOpenGLDisplayListPainter
();
45
~
vtkOpenGLDisplayListPainter
();
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
Generated on Wed Nov 21 2012 21:34:04 for VTK by
1.8.2