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