Go to the documentation of this file.
35 #ifndef vtkVoronoiKernel_h
36 #define vtkVoronoiKernel_h
38 #include "vtkFiltersPointsModule.h"
~vtkVoronoiKernel() override
vtkIdType ComputeBasis(double x[3], vtkIdList *pIds, vtkIdType ptId=0) override
Given a point x (and optional associated ptId), determine the points around x which form an interpola...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
list of point or cell ids
vtkIdType ComputeWeights(double x[3], vtkIdList *pIds, vtkDoubleArray *weights) override
Given a point x, and a list of basis points pIds, compute interpolation weights associated with these...
a Voronoi interpolation kernel
static vtkVoronoiKernel * New()
Standard methods for instantiation, obtaining type information, and printing.
dynamic, self-adjusting array of double
base class for interpolation kernels