Go to the documentation of this file.
50 #ifndef vtkEllipsoidalGaussianKernel_h
51 #define vtkEllipsoidalGaussianKernel_h
53 #include "vtkFiltersPointsModule.h"
106 vtkSetMacro(UseNormals,
bool);
107 vtkGetMacro(UseNormals,
bool);
108 vtkBooleanMacro(UseNormals,
bool);
127 vtkSetMacro(UseScalars,
bool);
128 vtkGetMacro(UseScalars,
bool);
129 vtkBooleanMacro(UseScalars,
bool);
150 vtkGetMacro(ScaleFactor,
double);
160 vtkGetMacro(Sharpness,
double);
171 vtkGetMacro(Eccentricity,
double);
an ellipsoidal Gaussian interpolation kernel
static vtkEllipsoidalGaussianKernel * New()
Standard methods for instantiation, obtaining type information, and printing.
vtkIdType ComputeWeights(double x[3], vtkIdList *pIds, vtkDoubleArray *prob, vtkDoubleArray *weights) override
Given a point x, a list of basis points pIds, and a probability weighting function prob,...
represent and manipulate point attribute data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract superclass for arrays of numeric data
void FreeStructures() override
vtkStdString ScalarsArrayName
void Initialize(vtkAbstractPointLocator *loc, vtkDataSet *ds, vtkPointData *pd) override
Initialize the kernel.
~vtkEllipsoidalGaussianKernel() override
a simple class to control print indentation
flexible, general interpolation kernels
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,...
vtkEllipsoidalGaussianKernel()