Go to the documentation of this file.
47 #ifndef vtkEllipsoidalGaussianKernel_h
48 #define vtkEllipsoidalGaussianKernel_h
50 #include "vtkFiltersPointsModule.h"
103 vtkSetMacro(UseNormals,
bool);
104 vtkGetMacro(UseNormals,
bool);
105 vtkBooleanMacro(UseNormals,
bool);
124 vtkSetMacro(UseScalars,
bool);
125 vtkGetMacro(UseScalars,
bool);
126 vtkBooleanMacro(UseScalars,
bool);
147 vtkGetMacro(ScaleFactor,
double);
157 vtkGetMacro(Sharpness,
double);
167 vtkSetClampMacro(Eccentricity,
double,0.000001,
VTK_FLOAT_MAX);
168 vtkGetMacro(Eccentricity,
double);
an ellipsoidal Gaussian interpolation kernel
represent and manipulate point attribute data
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
virtual void Initialize(vtkAbstractPointLocator *loc, vtkDataSet *ds, vtkPointData *pd)
Initialize the kernel.
abstract superclass for arrays of numeric data
vtkStdString ScalarsArrayName
a simple class to control print indentation
flexible, general interpolation kernels
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
list of point or cell ids
vtkDataArray * NormalsArray
abstract class to specify dataset behavior
vtkStdString NormalsArrayName
vtkDataArray * ScalarsArray
abstract class to quickly locate points in 3-space
dynamic, self-adjusting array of double
Wrapper around std::string to keep symbols short.
virtual vtkIdType ComputeWeights(double x[3], vtkIdList *pIds, vtkDoubleArray *prob, vtkDoubleArray *weights)=0
Given a point x, a list of basis points pIds, and a probability weighting function prob,...
virtual void FreeStructures()