Skip to content

Added filter to smooth point attribute data using distance-weighted kernel

This new filter smooths point attribute data on all vtkDataSet types. It uses a iterative Laplacian kernel based on a 1/(r**2) distance weighted kernel.

Edited by Will Schroeder

Merge request reports