39#ifndef vtkInterpolationKernel_h
40#define vtkInterpolationKernel_h
42#include "vtkFiltersPointsModule.h"
45VTK_ABI_NAMESPACE_BEGIN
81 vtkSetMacro(RequiresInitialization,
bool);
82 vtkGetMacro(RequiresInitialization,
bool);
83 vtkBooleanMacro(RequiresInitialization,
bool);
abstract class to quickly locate points in 3-space
abstract class to specify dataset behavior
dynamic, self-adjusting array of double
list of point or cell ids
a simple class to control print indentation
base class for interpolation kernels
vtkAbstractTypeMacro(vtkInterpolationKernel, vtkObject)
Standard method for type and printing.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard method for type and printing.
virtual vtkIdType ComputeWeights(double x[3], vtkIdList *pIds, vtkDoubleArray *weights)=0
Given a point x, and a list of basis points pIds, compute interpolation weights associated with these...
virtual vtkIdType ComputeBasis(double x[3], vtkIdList *pIds, vtkIdType ptId=0)=0
Given a point x (and optional associated point id), determine the points around x which form an inter...
virtual void Initialize(vtkAbstractPointLocator *loc, vtkDataSet *ds, vtkPointData *pd)
Initialize the kernel.
vtkAbstractPointLocator * Locator
~vtkInterpolationKernel() override
virtual void FreeStructures()
bool RequiresInitialization
abstract base class for most VTK objects
represent and manipulate point attribute data