update todos

This commit is contained in:
Sébastien Loriot 2013-09-12 14:49:25 +02:00
parent ffaddc273f
commit 59993c3db5
2 changed files with 2 additions and 5 deletions

View File

@ -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()`

View File

@ -170,9 +170,9 @@ public:
/// \name Public Types
/// @{
/// The type for vertex representative objects
/// The type for vertex descriptor
typedef typename boost::graph_traits<Halfedge_graph>::vertex_descriptor vertex_descriptor;
/// The type for edge representative objects
/// The type for edge descriptor
typedef typename boost::graph_traits<Halfedge_graph>::edge_descriptor edge_descriptor;
/// The 3D point type
typedef typename boost::property_traits<Vertex_point_map>::value_type Point;