53 #ifndef OPENMESH_JACOBI_LAPLACE_SMOOTHERT_HH
54 #define OPENMESH_JACOBI_LAPLACE_SMOOTHERT_HH
83 void smooth(
unsigned int _n);
88 virtual void compute_new_positions_C0();
89 virtual void compute_new_positions_C1();
103 #if defined(OM_INCLUDE_TEMPLATES) && !defined(OPENMESH_JACOBI_LAPLACE_SMOOTHERT_C)
104 #define OPENMESH_JACOBI_LAPLACE_SMOOTHERT_TEMPLATES
108 #endif // OPENMESH_JACOBI_LAPLACE_SMOOTHERT_HH defined
Laplacian Smoothing.
Definition: LaplaceSmootherT.hh:71
void smooth(unsigned int _n)
Do _n smoothing iterations.
Definition: JacobiLaplaceSmootherT.cc:72
Laplacian Smoothing.
Definition: JacobiLaplaceSmootherT.hh:73
Handle representing a vertex property.
Definition: Property.hh:484
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:56
Polygonal mesh based on the ArrayKernel.
Definition: PolyMesh_ArrayKernelT.hh:91