40 #ifndef vtkGaussianKernel_h 
   41 #define vtkGaussianKernel_h 
   43 #include "vtkFiltersPointsModule.h"  
   96   vtkGetMacro(Sharpness,
double);
 
flexible, general interpolation kernels 
 
represent and manipulate point attribute data 
 
abstract class to specify dataset behavior 
 
dynamic, self-adjusting array of double 
 
a simple class to control print indentation 
 
abstract class to quickly locate points in 3-space 
 
list of point or cell ids 
 
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...
 
virtual void Initialize(vtkAbstractPointLocator *loc, vtkDataSet *ds, vtkPointData *pd)
Initialize the kernel. 
 
void PrintSelf(ostream &os, vtkIndent indent)
Standard methods for type and printing. 
 
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...
 
a spherical Gaussian interpolation kernel