Go to the documentation of this file.
39 #ifndef vtkProbabilisticVoronoiKernel_h
40 #define vtkProbabilisticVoronoiKernel_h
42 #include "vtkFiltersPointsModule.h"
a simple class to control print indentation
flexible, general interpolation kernels
list of point or cell ids
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkIdType ComputeWeights(double x[3], vtkIdList *pIds, vtkDoubleArray *prob, vtkDoubleArray *weights) override
Given a point x, a list of basis points pIds, and a probability weighting function prob,...
vtkProbabilisticVoronoiKernel()
~vtkProbabilisticVoronoiKernel() override
static vtkProbabilisticVoronoiKernel * New()
Standard methods for instantiation, obtaining type information, and printing.
dynamic, self-adjusting array of double
interpolate from the weighted closest point
virtual vtkIdType ComputeWeights(double x[3], vtkIdList *pIds, vtkDoubleArray *prob, vtkDoubleArray *weights)=0
Given a point x, a list of basis points pIds, and a probability weighting function prob,...