50 #ifndef vtkEllipsoidalGaussianKernel_h
51 #define vtkEllipsoidalGaussianKernel_h
53 #include "vtkFiltersPointsModule.h"
107 vtkGetMacro(UseNormals,
bool);
128 vtkGetMacro(UseScalars,
bool);
150 vtkGetMacro(ScaleFactor,
double);
160 vtkGetMacro(Sharpness,
double);
171 vtkGetMacro(Eccentricity,
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
an ellipsoidal Gaussian interpolation kernel
virtual void Initialize(vtkAbstractPointLocator *loc, vtkDataSet *ds, vtkPointData *pd)
Initialize the kernel.
~vtkEllipsoidalGaussianKernel()
vtkDataArray * NormalsArray
vtkDataArray * ScalarsArray
vtkEllipsoidalGaussianKernel()
virtual void FreeStructures()
static vtkEllipsoidalGaussianKernel * New()
Standard methods for instantiation, obtaining type information, and printing.
vtkStdString NormalsArrayName
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
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,...
vtkStdString ScalarsArrayName
flexible, general interpolation kernels
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,...
list of point or cell ids
a simple class to control print indentation
represent and manipulate point attribute data
Wrapper around std::string to keep symbols short.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.