35#ifndef vtkShepardKernel_h
36#define vtkShepardKernel_h
38#include "vtkFiltersPointsModule.h"
81 vtkSetClampMacro(PowerParameter,
double, 0.001, 100);
82 vtkGetMacro(PowerParameter,
double);
dynamic, self-adjusting array of double
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
a Shepard method interpolation kernel
static vtkShepardKernel * New()
Standard methods for instantiation, obtaining type information, and printing.
~vtkShepardKernel() 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,...
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, obtaining type information, and printing.