55#ifndef OPENMESH_JACOBI_LAPLACE_SMOOTHERT_HH
56#define OPENMESH_JACOBI_LAPLACE_SMOOTHERT_HH
85 void smooth(
unsigned int _n);
90 virtual void compute_new_positions_C0();
91 virtual void compute_new_positions_C1();
105#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_JACOBI_LAPLACE_SMOOTHERT_C)
106#define OPENMESH_JACOBI_LAPLACE_SMOOTHERT_TEMPLATES
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:59
Polygonal mesh based on the ArrayKernel.
Definition: PolyMesh_ArrayKernelT.hh:96
Laplacian Smoothing.
Definition: JacobiLaplaceSmootherT.hh:76
void smooth(unsigned int _n)
Do _n smoothing iterations.
Definition: JacobiLaplaceSmootherT_impl.hh:74
Laplacian Smoothing.
Definition: LaplaceSmootherT.hh:74