mirror of https://github.com/CGAL/cgal
update todos
This commit is contained in:
parent
ffaddc273f
commit
59993c3db5
|
|
@ -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()`
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue