38 #ifndef vtkShepardKernel_h 39 #define vtkShepardKernel_h 41 #include "vtkFiltersPointsModule.h" 85 vtkSetClampMacro(PowerParameter,
double,0.001,100);
86 vtkGetMacro(PowerParameter,
double);
flexible, general interpolation kernels
dynamic, self-adjusting array of double
a simple class to control print indentation
list of point or cell ids
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...
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for type and printing.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
a Shepard method interpolation kernel