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 =========================================================================*/
21 #ifndef vtkOpenGLPointGaussianMapper_h
22 #define vtkOpenGLPointGaussianMapper_h
23 
24 #include "vtkRenderingOpenGL2Module.h" // For export macro
25 #include "vtkPointGaussianMapper.h"
26 
27 class vtkOpenGLPointGaussianMapperHelper;
28 
29 class VTKRENDERINGOPENGL2_EXPORT vtkOpenGLPointGaussianMapper : public vtkPointGaussianMapper
30 {
31 public:
34  void PrintSelf(ostream& os, vtkIndent indent);
35 
39  void ReleaseGraphicsResources(vtkWindow *);
40 
42  virtual bool GetIsOpaque();
43 
44 protected:
46  ~vtkOpenGLPointGaussianMapper();
47 
48  virtual void RenderPiece(vtkRenderer *ren, vtkActor *act);
49 
50  vtkOpenGLPointGaussianMapperHelper *Helper;
51  vtkTimeStamp HelperUpdateTime;
52 
53 private:
54  vtkOpenGLPointGaussianMapper(const vtkOpenGLPointGaussianMapper&); // Not implemented.
55  void operator=(const vtkOpenGLPointGaussianMapper&); // Not implemented.
56 };
57 
58 #endif
represents an object (geometry & properties) in a rendered scene
Definition: vtkActor.h:50
record modification and/or execution time
Definition: vtkTimeStamp.h:34
abstract specification for renderers
Definition: vtkRenderer.h:63
static vtkPointGaussianMapper * New()
window superclass for vtkRenderWindow
Definition: vtkWindow.h:36
a simple class to control print indentation
Definition: vtkIndent.h:38
draw PointGaussians using imposters
draw PointGaussians using imposters