From 59993c3db5de476ad6752d4a45834612902f5c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 12 Sep 2013 14:49:25 +0200 Subject: [PATCH] update todos --- Surface_modeling/doc/Surface_modeling/PackageDescription.txt | 3 --- Surface_modeling/include/CGAL/Deform_mesh.h | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Surface_modeling/doc/Surface_modeling/PackageDescription.txt b/Surface_modeling/doc/Surface_modeling/PackageDescription.txt index a353bfd1c58..6bd4f12f626 100644 --- a/Surface_modeling/doc/Surface_modeling/PackageDescription.txt +++ b/Surface_modeling/doc/Surface_modeling/PackageDescription.txt @@ -21,11 +21,8 @@ \cgalPkgDescriptionEnd -\todo replace handle vertex by control vertex \todo remove groups of handle and rotation/translate should have overload accepting ranges of vertex_descriptor -\todo update demos and examples \todo Add the fact that positive weights are expected for ARAP (and SaR?) -\todo replace representative by handle \todo document why is it closest rotation \todo investigate if it is worth adding a flags in the weight calculator class to turn on/off some features \todo does it make senses to add a boolean parameter to `deform()` to automatically call `Deform_mesh::overwrite_original_positions()` diff --git a/Surface_modeling/include/CGAL/Deform_mesh.h b/Surface_modeling/include/CGAL/Deform_mesh.h index 9439c569286..273e0f57f41 100644 --- a/Surface_modeling/include/CGAL/Deform_mesh.h +++ b/Surface_modeling/include/CGAL/Deform_mesh.h @@ -170,9 +170,9 @@ public: /// \name Public Types /// @{ - /// The type for vertex representative objects + /// The type for vertex descriptor typedef typename boost::graph_traits::vertex_descriptor vertex_descriptor; - /// The type for edge representative objects + /// The type for edge descriptor typedef typename boost::graph_traits::edge_descriptor edge_descriptor; /// The 3D point type typedef typename boost::property_traits::value_type Point;