Go to the documentation of this file.
38 #ifndef vtkShepardKernel_h
39 #define vtkShepardKernel_h
41 #include "vtkFiltersPointsModule.h"
85 vtkSetClampMacro(PowerParameter,
double,0.001,100);
86 vtkGetMacro(PowerParameter,
double);
static vtkShepardKernel * New()
Standard methods for instantiation, obtaining type information, and printing.
~vtkShepardKernel() override
a Shepard method interpolation kernel
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,...
a simple class to control print indentation
flexible, general interpolation kernels
list of point or cell ids
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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,...