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
115 #endif // OPENMESH_JACOBI_LAPLACE_SMOOTHERT_HH defined
Handle representing a vertex property.
Definition: Property.hh:487
Laplacian Smoothing.
Definition: LaplaceSmootherT.hh:78
void smooth(unsigned int _n)
Do _n smoothing iterations.
Definition: JacobiLaplaceSmootherT.cc:79
Contains all the mesh ingredients like the polygonal mesh, the triangle mesh, different mesh kernels ...
Definition: MeshItems.hh:64
Polygonal mesh based on the ArrayKernel.
Definition: PolyMesh_ArrayKernelT.hh:98
Laplacian Smoothing.
Definition: JacobiLaplaceSmootherT.hh:80