58#include "vtkFiltersPointsModule.h"
84 vtkGetMacro(SpatialStep,
double);
91 vtkSetClampMacro(Dimension,
int, 1, 3);
92 vtkGetMacro(Dimension,
int);
100 vtkGetMacro(CutoffFactor,
double);
179 vtkGetMacro(NormFactor,
double);
abstract class to quickly locate points in 3-space
abstract superclass for arrays of numeric data
abstract class to specify dataset behavior
dynamic, self-adjusting array of double
dynamic, self-adjusting array of float
list of point or cell ids
a simple class to control print indentation
base class for interpolation kernels
represent and manipulate point attribute data
a family of SPH interpolation kernels
vtkDataArray * DensityArray
vtkDataArray * CutoffArray
virtual double ComputeDerivWeight(const double d)=0
Compute weighting factor for derivative quantities given a normalized distance from a sample point.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, obtaining type information, and printing.
virtual void SetDensityArray(vtkDataArray *)
Specify the (optional) density array.
virtual void SetMassArray(vtkDataArray *)
Specify the (optional) mass array.
virtual vtkIdType ComputeDerivWeights(double x[3], vtkIdList *pIds, vtkDoubleArray *weights, vtkDoubleArray *gradWeights)
Given a point x, and a list of basis points pIds, compute interpolation weights, plus derivative weig...
void Initialize(vtkAbstractPointLocator *loc, vtkDataSet *ds, vtkPointData *pd) override
Produce the computational parameters for the kernel.
vtkIdType ComputeBasis(double x[3], vtkIdList *pIds, vtkIdType ptId=0) override
Given a point x (and optional associated ptId), determine the points around x which form an interpola...
vtkIdType ComputeWeights(double x[3], vtkIdList *pIds, vtkDoubleArray *weights) override
Given a point x, and a list of basis points pIds, compute interpolation weights associated with these...
virtual double ComputeFunctionWeight(const double d)=0
Compute weighting factor given a normalized distance from a sample point.
virtual void SetCutoffArray(vtkDataArray *)
Specify the (optional) array defining a cutoff distance.