35 #ifndef vtkVoronoiKernel_h 36 #define vtkVoronoiKernel_h 38 #include "vtkFiltersPointsModule.h" 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...
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...
dynamic, self-adjusting array of double
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.
a Voronoi interpolation kernel
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...