VTK
vtkDisplayListPainter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkDisplayListPainter.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 =========================================================================*/
20 #ifndef vtkDisplayListPainter_h
21 #define vtkDisplayListPainter_h
22 
23 #include "vtkRenderingOpenGLModule.h" // For export macro
24 #include "vtkPainter.h"
25 
27 
29 {
30 public:
33  void PrintSelf(ostream& os, vtkIndent indent);
34 
41 
45  virtual double GetTimeToDraw();
46 
47 protected:
50 
54 
55 
56  // These methods set the ivars. These are purposefully protected.
57  // The only means to affect them should be using information object.
58  vtkSetMacro(ImmediateModeRendering,int);
59 
61 
62 private:
63  vtkDisplayListPainter(const vtkDisplayListPainter&); // Not implemented.
64  void operator=(const vtkDisplayListPainter&); // Not implemented.
65 };
66 
67 #endif
vtkDisplayListPainter::New
static vtkDisplayListPainter * New()
vtkRenderingOpenGLModule.h
vtkDisplayListPainter::ProcessInformation
virtual void ProcessInformation(vtkInformation *)
vtkDisplayListPainter::~vtkDisplayListPainter
~vtkDisplayListPainter()
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkDisplayListPainter::GetTimeToDraw
virtual double GetTimeToDraw()
vtkDisplayListPainter::IMMEDIATE_MODE_RENDERING
static vtkInformationIntegerKey * IMMEDIATE_MODE_RENDERING()
vtkDisplayListPainter
abstract superclass for painter that builds/uses display lists.
Definition: vtkDisplayListPainter.h:29
vtkDisplayListPainter::vtkDisplayListPainter
vtkDisplayListPainter()
vtkInformationIntegerKey
Key for integer values in vtkInformation.
Definition: vtkInformationIntegerKey.h:34
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkPainter
Abstract class for drawing poly data.
Definition: vtkPainter.h:64
vtkDisplayListPainter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkPainter.h
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkDisplayListPainter::ImmediateModeRendering
int ImmediateModeRendering
Definition: vtkDisplayListPainter.h:58
VTKRENDERINGOPENGL_EXPORT
#define VTKRENDERINGOPENGL_EXPORT
Definition: vtkRenderingOpenGLModule.h:15