Go to the documentation of this file.
35 #ifndef vtkVoronoiKernel_h
36 #define vtkVoronoiKernel_h
38 #include "vtkFiltersPointsModule.h"
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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...
a simple class to control print indentation
list of point or cell ids
a Voronoi interpolation kernel
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