60#ifndef OPENMESH_JACOBI_LAPLACE_SMOOTHERT_HH
61#define OPENMESH_JACOBI_LAPLACE_SMOOTHERT_HH
90 void smooth(
unsigned int _n);
95 virtual void compute_new_positions_C0();
96 virtual void compute_new_positions_C1();
110#if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_JACOBI_LAPLACE_SMOOTHERT_C)
111#define OPENMESH_JACOBI_LAPLACE_SMOOTHERT_TEMPLATES
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:64
Laplacian Smoothing.
Definition: JacobiLaplaceSmootherT.hh:81
void smooth(unsigned int _n)
Do _n smoothing iterations.
Definition: JacobiLaplaceSmootherT.cc:79
Laplacian Smoothing.
Definition: LaplaceSmootherT.hh:79