46#include "vtkFiltersPointsModule.h"  
   49VTK_ABI_NAMESPACE_BEGIN
 
   72  vtkGetMacro(SpatialStep, 
double);
 
   79  vtkSetClampMacro(Dimension, 
int, 1, 3);
 
   80  vtkGetMacro(Dimension, 
int);
 
   88  vtkGetMacro(CutoffFactor, 
double);
 
  167  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
 
virtual double ComputeDerivWeight(double d)=0
Compute weighting factor for derivative quantities given a normalized distance from a sample point.
 
vtkDataArray * DensityArray
 
vtkDataArray * CutoffArray
 
virtual double ComputeFunctionWeight(double d)=0
Compute weighting factor 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 void SetCutoffArray(vtkDataArray *)
Specify the (optional) array defining a cutoff distance.