38#ifndef vtkEllipsoidalGaussianKernel_h
39#define vtkEllipsoidalGaussianKernel_h
41#include "vtkFiltersPointsModule.h"
45VTK_ABI_NAMESPACE_BEGIN
93 vtkSetMacro(UseNormals,
bool);
94 vtkGetMacro(UseNormals,
bool);
95 vtkBooleanMacro(UseNormals,
bool);
114 vtkSetMacro(UseScalars,
bool);
115 vtkGetMacro(UseScalars,
bool);
116 vtkBooleanMacro(UseScalars,
bool);
137 vtkGetMacro(ScaleFactor,
double);
147 vtkGetMacro(Sharpness,
double);
158 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
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, obtaining type information, and printing.
vtkDataArray * NormalsArray
vtkDataArray * ScalarsArray
vtkEllipsoidalGaussianKernel()
static vtkEllipsoidalGaussianKernel * New()
Standard methods for instantiation, obtaining type information, and printing.
void FreeStructures() override
~vtkEllipsoidalGaussianKernel() override
vtkStdString NormalsArrayName
vtkIdType ComputeWeights(double x[3], vtkIdList *pIds, vtkDoubleArray *prob, vtkDoubleArray *weights) override
Given a point x, a list of basis points pIds, and a probability weighting function prob,...
void Initialize(vtkAbstractPointLocator *loc, vtkDataSet *ds, vtkPointData *pd) override
Initialize the kernel.
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.