51 #ifndef vtkGeneralizedKernel_h
52 #define vtkGeneralizedKernel_h
54 #include "vtkFiltersPointsModule.h"
57 VTK_ABI_NAMESPACE_BEGIN
133 vtkSetMacro(KernelFootprint,
int);
134 vtkGetMacro(KernelFootprint,
int);
145 vtkGetMacro(Radius,
double);
153 vtkSetClampMacro(NumberOfPoints,
int, 1,
VTK_INT_MAX);
154 vtkGetMacro(NumberOfPoints,
int);
163 vtkSetMacro(NormalizeWeights,
bool);
164 vtkGetMacro(NormalizeWeights,
bool);
165 vtkBooleanMacro(NormalizeWeights,
bool);
182 VTK_ABI_NAMESPACE_END
virtual vtkIdType ComputeBasis(double x[3], vtkIdList *pIds, vtkIdType ptId=0)=0
Given a point x (and optional associated point id), determine the points around x which form an inter...
void SetKernelFootprintToNClosest()
Specify the interpolation basis style.
base class for interpolation kernels
flexible, general interpolation kernels
virtual vtkIdType ComputeWeights(double x[3], vtkIdList *pIds, vtkDoubleArray *weights)=0
Given a point x, and a list of basis points pIds, compute interpolation weights associated with these...
void SetKernelFootprintToRadius()
Specify the interpolation basis style.
dynamic, self-adjusting array of double
vtkIdType ComputeWeights(double x[3], vtkIdList *pIds, vtkDoubleArray *weights) override
Given a point x, and a list of basis points pIds, compute interpolation weights associated with these...
a simple class to control print indentation
list of point or cell ids
void PrintSelf(ostream &os, vtkIndent indent) override
Standard method for type and printing.
KernelStyle
Enum used to select the interpolation basis form.