63#ifndef vtkGeneralizedKernel_h
64#define vtkGeneralizedKernel_h
66#include "vtkFiltersPointsModule.h"
146 vtkGetMacro(KernelFootprint,
int);
148 { this->SetKernelFootprint(RADIUS); }
150 { this->SetKernelFootprint(N_CLOSEST); }
159 vtkGetMacro(Radius,
double);
168 vtkGetMacro(NumberOfPoints,
int);
178 vtkGetMacro(NormalizeWeights,
bool);
dynamic, self-adjusting array of double
flexible, general interpolation kernels
void SetKernelFootprintToRadius()
void SetKernelFootprintToNClosest()
KernelStyle
Enum used to select the interpolation basis form.
list of point or cell ids
a simple class to control print indentation
base class for 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...
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.