From ba1b61ac853ca39fed800ceb6a2dbb806284a6d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Fri, 14 Feb 2014 14:56:41 +0100 Subject: [PATCH] don't mention initial guess --- Surface_modeling/doc/Surface_modeling/Surface_modeling.txt | 2 -- Surface_modeling/include/CGAL/Deform_mesh.h | 4 ---- 2 files changed, 6 deletions(-) diff --git a/Surface_modeling/doc/Surface_modeling/Surface_modeling.txt b/Surface_modeling/doc/Surface_modeling/Surface_modeling.txt index 0a79d6af029..a522d6cebba 100644 --- a/Surface_modeling/doc/Surface_modeling/Surface_modeling.txt +++ b/Surface_modeling/doc/Surface_modeling/Surface_modeling.txt @@ -123,8 +123,6 @@ After the call to the deformation function, the input surface mesh is updated an their target positions and the unconstrained vertices are moved accordingly. The function `Deform_mesh::deform()` can be called several times consecutively, in particular if the convergence has not been reached yet (otherwise it has no effect). - - \warning Vertices can be inserted into or removed from the ROI and the set of control vertices at any time. In particular, any vertex that is no longer inside the ROI will be assigned to its original position when diff --git a/Surface_modeling/include/CGAL/Deform_mesh.h b/Surface_modeling/include/CGAL/Deform_mesh.h index 192d6af1e61..202e2d3e4fb 100644 --- a/Surface_modeling/include/CGAL/Deform_mesh.h +++ b/Surface_modeling/include/CGAL/Deform_mesh.h @@ -648,10 +648,6 @@ public: /** * Deforms the region-of-interest according to the deformation algorithm, using the target positions of each control vertex set by using `rotate()`, `translate()`, or `set_target_position()`. * The points associated to each vertex of the input graph that are inside the region-of-interest are updated. - * \cgalAdvancedBegin - * The initial guess for solving the - * deformation problem is using the points associated to the input graph before calling the function. - * \cgalAdvancedEnd * \note Nothing happens if `preprocess()` returns `false`. * @see set_iterations(unsigned int iterations), set_tolerance(double tolerance), deform(unsigned int iterations, double tolerance) */