23#ifndef vtkVoronoiKernel_h 
   24#define vtkVoronoiKernel_h 
   26#include "vtkFiltersPointsModule.h"  
   29VTK_ABI_NAMESPACE_BEGIN
 
dynamic, self-adjusting array of double
 
list of point or cell ids
 
a simple class to control print indentation
 
base class for interpolation kernels
 
a Voronoi interpolation kernel
 
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...
 
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
Standard methods for instantiation, obtaining type information, and printing.
 
~vtkVoronoiKernel() override
 
static vtkVoronoiKernel * New()
Standard methods for instantiation, obtaining type information, and printing.