Commit Graph

4 Commits

Author SHA1 Message Date
Sébastien Loriot 7bf22dc6f8 rename Deform_mesh -> Surface_mesh_deformation 2014-09-23 10:39:57 +02:00
Sébastien Loriot 12512ccecb update Surface_modeling to use the new BGL HalfedgeGraph API
* remove boost:: prefix for free functions
  * edges --> halfedges
  * num_edges --> 2 * num_edges
  * next_edge --> next
  * opposite_edge --> opposite
  * halfedge_graph_traits --> graph_traits
  * is_border pmap  --> free function is_border
2014-07-03 09:56:03 +02:00
Sébastien Loriot 89603a7c55 format error message for the testsuite 2014-06-25 14:36:56 +02:00
Sébastien Loriot e3175f4f33 add a demo to run the examples from the survey [Botsch08] 2014-06-25 13:09:03 +02:00