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 110 #endif // OPENMESH_JACOBI_LAPLACE_SMOOTHERT_HH defined
void smooth(unsigned int _n)
Do _n smoothing iterations.
Definition: JacobiLaplaceSmootherT_impl.hh:74
Laplacian Smoothing.
Definition: LaplaceSmootherT.hh:73
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:59
Laplacian Smoothing.
Definition: JacobiLaplaceSmootherT.hh:75
Polygonal mesh based on the ArrayKernel.
Definition: PolyMesh_ArrayKernelT.hh:94