VTK
vtkOpenGLScalarsToColorsPainter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkOpenGLScalarsToColorsPainter.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 =========================================================================*/
26 #ifndef __vtkOpenGLScalarsToColorsPainter_h
27 #define __vtkOpenGLScalarsToColorsPainter_h
28 
30 
31 class vtkOpenGLTexture;
32 
35 {
36 public:
40  void PrintSelf(ostream& os, vtkIndent indent);
41 
42 
46  virtual void ReleaseGraphicsResources(vtkWindow *);
47 
48  virtual int GetPremultiplyColorsWithAlpha(vtkActor* actor);
49 
52 
53 protected:
56 
58 
60 
64  virtual void RenderInternal(vtkRenderer* renderer, vtkActor* actor,
65  unsigned long typeflags,bool forceCompileOnly);
67 
68 private:
70  void operator=(const vtkOpenGLScalarsToColorsPainter&); // Not implemented.
71 };
72 
73 #endif
74