22 #ifndef vtkOpenGLPointGaussianMapper_h 23 #define vtkOpenGLPointGaussianMapper_h 25 #include "vtkRenderingOpenGL2Module.h" 28 class vtkOpenGLPointGaussianMapperHelper;
51 ~vtkOpenGLPointGaussianMapper() VTK_OVERRIDE;
55 vtkOpenGLPointGaussianMapperHelper *Helper;
59 vtkOpenGLPointGaussianMapper(const vtkOpenGLPointGaussianMapper&) VTK_DELETE_FUNCTION;
60 void operator=(const vtkOpenGLPointGaussianMapper&) VTK_DELETE_FUNCTION;
represents an object (geometry & properties) in a rendered scene
record modification and/or execution time
abstract specification for renderers
virtual bool GetIsOpaque()
Returns if the mapper does not expect to have translucent geometry.
static vtkPointGaussianMapper * New()
window superclass for vtkRenderWindow
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
draw PointGaussians using imposters
draw PointGaussians using imposters
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this mapper.