VTK
vtkOpenGLPointGaussianMapper.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4 
5  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
6  All rights reserved.
7  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
8 
9  This software is distributed WITHOUT ANY WARRANTY; without even
10  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  PURPOSE. See the above copyright notice for more information.
12 
13 =========================================================================*/
22 #ifndef vtkOpenGLPointGaussianMapper_h
23 #define vtkOpenGLPointGaussianMapper_h
24 
25 #include "vtkRenderingOpenGL2Module.h" // For export macro
26 #include "vtkPointGaussianMapper.h"
27 
28 class vtkOpenGLPointGaussianMapperHelper;
29 
30 class VTKRENDERINGOPENGL2_EXPORT vtkOpenGLPointGaussianMapper : public vtkPointGaussianMapper
31 {
32 public:
35  void PrintSelf(ostream& os, vtkIndent indent);
36 
43 
47  virtual bool GetIsOpaque();
48 
49 protected:
52 
53  virtual void RenderPiece(vtkRenderer *ren, vtkActor *act);
54 
55  vtkOpenGLPointGaussianMapperHelper *Helper;
57 
58 private:
60  void operator=(const vtkOpenGLPointGaussianMapper&) VTK_DELETE_FUNCTION;
61 };
62 
63 #endif
vtkMapper::ReleaseGraphicsResources
virtual void ReleaseGraphicsResources(vtkWindow *)
Release any graphics resources that are being consumed by this mapper.
Definition: vtkMapper.h:119
vtkPointGaussianMapper
draw PointGaussians using imposters
Definition: vtkPointGaussianMapper.h:37
vtkPolyDataMapper::RenderPiece
virtual void RenderPiece(vtkRenderer *ren, vtkActor *act)=0
Implemented by sub classes.
vtkPointGaussianMapper.h
vtkTimeStamp
record modification and/or execution time
Definition: vtkTimeStamp.h:35
vtkPointGaussianMapper::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkOpenGLPointGaussianMapper::Helper
vtkOpenGLPointGaussianMapperHelper * Helper
Definition: vtkOpenGLPointGaussianMapper.h:55
vtkWindow
window superclass for vtkRenderWindow
Definition: vtkWindow.h:34
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
vtkOpenGLPointGaussianMapper
draw PointGaussians using imposters
Definition: vtkOpenGLPointGaussianMapper.h:30
vtkOpenGLPointGaussianMapper::HelperUpdateTime
vtkTimeStamp HelperUpdateTime
Definition: vtkOpenGLPointGaussianMapper.h:56
vtkPointGaussianMapper::New
static vtkPointGaussianMapper * New()
vtkMapper::GetIsOpaque
virtual bool GetIsOpaque()
Returns if the mapper does not expect to have translucent geometry.
vtkRenderer
abstract specification for renderers
Definition: vtkRenderer.h:63