29 #ifndef vtkPointGaussianMapper_h
30 #define vtkPointGaussianMapper_h
32 #include "vtkRenderingCoreModule.h"
42 void PrintSelf(ostream& os,
vtkIndent indent);
50 vtkGetObjectMacro(ScaleFunction,vtkPiecewiseFunction);
59 vtkGetMacro(ScaleTableSize,
int);
66 vtkSetStringMacro(ScaleArray);
80 vtkGetMacro(ScaleFactor,
double);
88 vtkGetMacro(Emissive,
int);
97 void SetScalarOpacityFunction(vtkPiecewiseFunction *);
98 vtkGetObjectMacro(ScalarOpacityFunction,vtkPiecewiseFunction);
107 vtkGetMacro(OpacityTableSize,
int);
115 vtkSetStringMacro(OpacityArray);
129 vtkSetStringMacro(SplatShaderCode);
148 vtkGetMacro(TriangleScale,
float);
153 ~vtkPointGaussianMapper();
157 char *SplatShaderCode;
159 vtkPiecewiseFunction *ScaleFunction;
162 vtkPiecewiseFunction *ScalarOpacityFunction;
163 int OpacityTableSize;
171 vtkPointGaussianMapper(const vtkPointGaussianMapper&) VTK_DELETE_FUNCTION;
172 void operator=(const vtkPointGaussianMapper&) VTK_DELETE_FUNCTION;
Defines a 1D piecewise function.
a simple class to control print indentation
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
map vtkPolyData to graphics primitives
static vtkPolyDataMapper * New()
draw PointGaussians using imposters
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.