47#ifndef vtkEllipsoidalGaussianKernel_h
48#define vtkEllipsoidalGaussianKernel_h
50#include "vtkFiltersPointsModule.h"
101 vtkSetMacro(UseNormals,
bool);
102 vtkGetMacro(UseNormals,
bool);
103 vtkBooleanMacro(UseNormals,
bool);
122 vtkSetMacro(UseScalars,
bool);
123 vtkGetMacro(UseScalars,
bool);
124 vtkBooleanMacro(UseScalars,
bool);
145 vtkGetMacro(ScaleFactor,
double);
155 vtkGetMacro(Sharpness,
double);
166 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.