VTK
vtkOpenGLCompositePainter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkOpenGLCompositePainter.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 vtkOpenGLCompositePainter_h
21 #define vtkOpenGLCompositePainter_h
22 
23 #include "vtkRenderingOpenGLModule.h" // For export macro
24 #include "vtkCompositePainter.h"
25 
27 {
28 public:
31  void PrintSelf(ostream& os, vtkIndent indent);
32 
33 protected:
36 
38 
39  virtual void UpdateRenderingState(
40  vtkRenderWindow* window, vtkProperty* property, RenderBlockState& state);
42 
43 private:
44  vtkOpenGLCompositePainter(const vtkOpenGLCompositePainter&); // Not implemented.
45  void operator=(const vtkOpenGLCompositePainter&); // Not implemented.
46 
47  bool PushedOpenGLAttribs;
48 };
49 
50 #endif
painter that can be inserted before any vtkDataSet painting chain to handle composite datasets...
represent surface properties of a geometric object
Definition: vtkProperty.h:63
a simple class to control print indentation
Definition: vtkIndent.h:38
#define VTKRENDERINGOPENGL_EXPORT
composite painter for OpenGL.
create a window for renderers to draw into
virtual void UpdateRenderingState(vtkRenderWindow *, vtkProperty *, RenderBlockState &)
void PrintSelf(ostream &os, vtkIndent indent)
static vtkCompositePainter * New()