Go to the documentation of this file.
40 #ifndef vtkGaussianKernel_h
41 #define vtkGaussianKernel_h
43 #include "vtkFiltersPointsModule.h"
96 vtkGetMacro(Sharpness,
double);
represent and manipulate point attribute data
void Initialize(vtkAbstractPointLocator *loc, vtkDataSet *ds, vtkPointData *pd) override
Initialize the kernel.
~vtkGaussianKernel() override
a spherical Gaussian interpolation kernel
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
flexible, general interpolation kernels
list of point or cell ids
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,...
abstract class to specify dataset behavior
static vtkGaussianKernel * New()
Standard methods for instantiation, obtaining type information, and printing.
abstract class to quickly locate points in 3-space
dynamic, self-adjusting array of double
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,...