 |
VTK
9.0.1
|
Go to the documentation of this file.
63 #ifndef vtkGeneralizedKernel_h
64 #define vtkGeneralizedKernel_h
66 #include "vtkFiltersPointsModule.h"
144 vtkSetMacro(KernelFootprint,
int);
145 vtkGetMacro(KernelFootprint,
int);
156 vtkGetMacro(Radius,
double);
165 vtkGetMacro(NumberOfPoints,
int);
174 vtkSetMacro(NormalizeWeights,
bool);
175 vtkGetMacro(NormalizeWeights,
bool);
176 vtkBooleanMacro(NormalizeWeights,
bool);
void SetKernelFootprintToNClosest()
void SetKernelFootprintToRadius()
KernelStyle
Enum used to select the interpolation basis form.
a simple class to control print indentation
flexible, general interpolation kernels
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
list of point or cell ids
~vtkGeneralizedKernel() override
vtkIdType ComputeBasis(double x[3], vtkIdList *pIds, vtkIdType ptId=0) override
Based on the kernel style, invoke the appropriate locator method to obtain the points making up the b...
dynamic, self-adjusting array of double
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