Commit Graph

8 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 ac5d45c2ff remove tabulations and trailing whitespaces 2014-07-03 10:43:39 +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 baae16780a make testsuite compile with gcc on linux 2014-02-04 09:23:27 +01:00
iyaz 2c4ece7e57 remove handle_group (header, examples, tests, and demo) 2013-08-11 17:29:27 +03:00
iyaz de8348e31a initialize index maps inside examples and tests 2013-06-29 22:26:12 +03:00
iyaz c69a046429 Move adapter functions from Deform_mesh.h to the files which use Deform_mesh.h
Fix test code which is broken (by the change of not using Deform_mesh::Vector)
2013-06-24 21:45:23 +03:00
iyaz d0eb2877ca Test refinements 2013-05-03 04:03:08 +03:00