Go to the documentation of this file.
31 #ifndef vtkLinearKernel_h
32 #define vtkLinearKernel_h
34 #include "vtkFiltersPointsModule.h"
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a linear interpolation kernel
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,...
~vtkLinearKernel() override
a simple class to control print indentation
flexible, general interpolation kernels
list of point or cell ids
dynamic, self-adjusting array of double
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,...
static vtkLinearKernel * New()
Standard methods for instantiation, obtaining type information, and printing.