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