#include <CLaplacianSmoother.h>
Public Member Functions | |
CLaplacianSmoother (double factor, int iterations, int layers=1) | |
Constructor parametrized by smoothing factor and number of iterations. | |
virtual | ~CLaplacianSmoother () |
Destructor. | |
virtual bool | smooth (CSmoothingMesh *mesh) |
This method smoothes a mesh by Laplacian algorithm. | |
Protected Attributes | |
double | dFactor |
Smoothing factor. | |
int | iIterations |
Number of iterations. | |
int | iLayers |
Number of vertex neighbourhood layers. |
LaplacianSmoother class