37#ifndef vtkPointGaussianMapper_h
38#define vtkPointGaussianMapper_h
41#include "vtkRenderingCoreModule.h"
44VTK_ABI_NAMESPACE_BEGIN
95 vtkSetMacro(Anisotropic,
bool);
96 vtkGetMacro(Anisotropic,
bool);
97 vtkBooleanMacro(Anisotropic,
bool);
120 vtkSetStringMacro(RotationArray);
121 vtkGetStringMacro(RotationArray);
209 vtkSetVector3Macro(LowpassMatrix,
float);
210 vtkGetVector3Macro(LowpassMatrix,
float);
246 char* RotationArray =
nullptr;
247 float LowpassMatrix[3] = { 0.f, 0.f, 0.f };
248 bool Anisotropic =
false;
a simple class to control print indentation
Defines a 1D piecewise function.
vtkPiecewiseFunction * ScaleFunction
int OpacityArrayComponent
static vtkPointGaussianMapper * New()
bool GetSupportsSelection() override
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERI...
void SetScaleFunction(vtkPiecewiseFunction *)
Set/Get the optional scale transfer function.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkPiecewiseFunction * ScalarOpacityFunction
void SetScalarOpacityFunction(vtkPiecewiseFunction *)
Set/Get the optional opacity transfer function.
~vtkPointGaussianMapper() override