Go to the documentation of this file.
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);
167 vtkSetClampMacro(NumberOfPoints,
int,1,
VTK_INT_MAX);
168 vtkGetMacro(NumberOfPoints,
int);
178 vtkGetMacro(NormalizeWeights,
bool);
void SetKernelFootprintToNClosest()
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 SetKernelFootprintToRadius()
KernelStyle
Enum used to select the interpolation basis form.
a simple class to control print indentation
flexible, general interpolation kernels
list of point or cell ids
virtual vtkIdType ComputeWeights(double x[3], vtkIdList *pIds, vtkDoubleArray *weights)
Given a point x, and a list of basis points pIds, compute interpolation weights associated with these...
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
dynamic, self-adjusting array of double
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
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...
base class for interpolation kernels