Go to the documentation of this file.
31 #ifndef vtkLinearKernel_h
32 #define vtkLinearKernel_h
34 #include "vtkFiltersPointsModule.h"
a linear interpolation kernel
virtual vtkIdType ComputeWeights(double x[3], vtkIdList *pIds, vtkDoubleArray *prob, vtkDoubleArray *weights)
Given a point x, a list of basis points pIds, and a probability weighting function prob,...
a simple class to control print indentation
flexible, general interpolation kernels
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
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.