63 #ifndef vtkGeneralizedKernel_h
64 #define vtkGeneralizedKernel_h
66 #include "vtkFiltersPointsModule.h"
78 void PrintSelf(ostream& os,
vtkIndent indent) override;
145 vtkSetMacro(KernelFootprint,
int);
146 vtkGetMacro(KernelFootprint,
int);
148 { this->SetKernelFootprint(RADIUS); }
150 { this->SetKernelFootprint(N_CLOSEST); }
159 vtkGetMacro(Radius,
double);
168 vtkGetMacro(NumberOfPoints,
int);
177 vtkSetMacro(NormalizeWeights,
bool);
178 vtkGetMacro(NormalizeWeights,
bool);
179 vtkBooleanMacro(NormalizeWeights,
bool);