39 #ifndef vtkInterpolationKernel_h
40 #define vtkInterpolationKernel_h
42 #include "vtkFiltersPointsModule.h"
45 VTK_ABI_NAMESPACE_BEGIN
81 vtkSetMacro(RequiresInitialization,
bool);
82 vtkGetMacro(RequiresInitialization,
bool);
83 vtkBooleanMacro(RequiresInitialization,
bool);
119 virtual void FreeStructures();
126 VTK_ABI_NAMESPACE_END
base class for interpolation kernels
abstract base class for most VTK objects
represent and manipulate point attribute data
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
abstract class to specify dataset behavior
dynamic, self-adjusting array of double
bool RequiresInitialization
a simple class to control print indentation
abstract class to quickly locate points in 3-space
list of point or cell ids
vtkAbstractPointLocator * Locator