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 
29 #include "vtkRenderingOpenGLModule.h" // For export macro
31 
32 class vtkOpenGLTexture;
33 
36 {
37 public:
41  void PrintSelf(ostream& os, vtkIndent indent);
42 
47 
49 
52 
53 protected:
56 
61 
63 
67  virtual void RenderInternal(vtkRenderer* renderer, vtkActor* actor,
68  unsigned long typeflags, bool forceCompileOnly);
70 
71 private:
73  void operator=(const vtkOpenGLScalarsToColorsPainter&); // Not implemented.
74 };
75 
76 #endif
vtkOpenGLScalarsToColorsPainter::New
static vtkOpenGLScalarsToColorsPainter * New()
vtkOpenGLScalarsToColorsPainter::AcquiredGraphicsResources
bool AcquiredGraphicsResources
Definition: vtkOpenGLScalarsToColorsPainter.h:59
vtkScalarsToColorsPainter
painter that converts scalars to colors. It enable/disables coloring state depending on the ScalarMod...
Definition: vtkScalarsToColorsPainter.h:43
vtkIdType
int vtkIdType
Definition: vtkType.h:275
vtkRenderingOpenGLModule.h
vtkOpenGLScalarsToColorsPainter::~vtkOpenGLScalarsToColorsPainter
~vtkOpenGLScalarsToColorsPainter()
vtkOpenGLScalarsToColorsPainter::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkWindow
window superclass for vtkRenderWindow
Definition: vtkWindow.h:34
vtkOpenGLScalarsToColorsPainter
implementation of vtkScalarsToColorsPainter for OpenGL.
Definition: vtkOpenGLScalarsToColorsPainter.h:36
vtkOpenGLScalarsToColorsPainter::ReleaseGraphicsResources
virtual void ReleaseGraphicsResources(vtkWindow *)
vtkOpenGLScalarsToColorsPainter::vtkOpenGLScalarsToColorsPainter
vtkOpenGLScalarsToColorsPainter()
vtkOpenGLScalarsToColorsPainter::InternalColorTexture
vtkOpenGLTexture * InternalColorTexture
Definition: vtkOpenGLScalarsToColorsPainter.h:57
vtkScalarsToColorsPainter.h
vtkOpenGLScalarsToColorsPainter::RenderInternal
virtual void RenderInternal(vtkRenderer *renderer, vtkActor *actor, unsigned long typeflags, bool forceCompileOnly)
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
vtkOpenGLScalarsToColorsPainter::SupportsSeparateSpecularColor
bool SupportsSeparateSpecularColor
Definition: vtkOpenGLScalarsToColorsPainter.h:60
vtkOpenGLScalarsToColorsPainter::AlphaBitPlanes
int AlphaBitPlanes
Definition: vtkOpenGLScalarsToColorsPainter.h:58
vtkRenderer
abstract specification for renderers
Definition: vtkRenderer.h:64
vtkOpenGLTexture
OpenGL texture map.
Definition: vtkOpenGLTexture.h:37
vtkOpenGLScalarsToColorsPainter::GetPremultiplyColorsWithAlpha
virtual int GetPremultiplyColorsWithAlpha(vtkActor *actor)
vtkOpenGLScalarsToColorsPainter::GetTextureSizeLimit
virtual vtkIdType GetTextureSizeLimit()
VTKRENDERINGOPENGL_EXPORT
#define VTKRENDERINGOPENGL_EXPORT
Definition: vtkRenderingOpenGLModule.h:15