Lagrange
|
Mesh filtering utilities. More...
Classes | |
struct | SmoothingOptions |
Option struct for anisotropic mesh smoothing. More... | |
Functions | |
template<typename Scalar , typename Index > | |
void | mesh_smoothing (SurfaceMesh< Scalar, Index > &mesh, const SmoothingOptions &options={}) |
Perform anisotropic mesh smoothing. More... | |
Mesh filtering utilities.
void mesh_smoothing | ( | SurfaceMesh< Scalar, Index > & | mesh, |
const SmoothingOptions & | options = {} |
||
) |
#include <lagrange/filtering/mesh_smoothing.h>
Perform anisotropic mesh smoothing.
[in,out] | mesh | Triangle mesh to smooth. |
[in] | options | Smoothing options. |