Commit Graph

72920 Commits

Author SHA1 Message Date
Laurent Rineau 7efcc76430 Merge pull request #1954 from maxGimeno/Polyhedron_demo-Update_SM_item_visu-GF
Polyhedron_demo: Update Scene_surface_mesh_item
2017-05-29 11:16:32 +02:00
Laurent Rineau 0685006e33 Merge pull request #2081 from maxGimeno/Merge_3d_demos-GF
Polyhedron_demo: Add an Alpha_shape_plugin
2017-05-29 11:16:21 +02:00
Simon Giraudot d005981b52 Bugfix: use find() to compare string to avoid carriage return problems 2017-05-29 11:08:32 +02:00
Laurent Rineau f556edc700 updated crontab (automated commit) 2017-05-26 18:18:05 +02:00
Laurent Rineau c174b9880d Merge remote-tracking branch 'cgal/releases/CGAL-4.10-branch' 2017-05-26 17:56:13 +02:00
Laurent Rineau ab87eaf8c8 Merge pull request #2137 from sloriot/PMP-bug_fixes
Polygon Mesh Processing bug fixes
2017-05-26 17:52:22 +02:00
Laurent Rineau 0e4133fd2c updated crontab (automated commit) 2017-05-25 15:22:34 +02:00
Sébastien Loriot 557807573b update function calls to the new name 2017-05-25 09:25:00 +02:00
Laurent Rineau 7e651b6b78 Merge branch 'releases/CGAL-4.10-branch'
Merges two pull-requests:

- 9384ff4 Merge pull request #2133 from maxGimeno/Fix_cmake_warning_CMP0053-GF
- 0005d61 Merge pull request #2132 from sloriot/Kernel-use_CGAL_compare
2017-05-24 17:45:58 +02:00
Sébastien Loriot ad1997e21a handle negative edge length + always do edge flips 2017-05-24 12:18:35 +02:00
Sébastien Loriot 3a8ef39465 filter degenerated triangles in the AABB-tree used for the reprojection 2017-05-24 10:18:44 +02:00
Sébastien Loriot 9b4e04c48a move function to test if a triangle face is degenerated in BGL helpers 2017-05-24 10:18:44 +02:00
Sébastien Loriot 7fb806cb76 add missing boost namespace 2017-05-24 10:18:44 +02:00
Sébastien Loriot b73cf88d18 add a way to only call the tangential relaxation+reprojection 2017-05-24 10:18:43 +02:00
Sébastien Loriot 24795331a3 cosmetic changes 2017-05-24 10:18:43 +02:00
Sébastien Loriot fd4e66934f select all interior edges
with the older implementation, the edges of a face was ignored
as soon as it was marked as visited while its edges must still
be visited
2017-05-24 10:18:43 +02:00
Laurent Rineau 3335eb5562 updated crontab (automated commit) 2017-05-23 17:18:04 +02:00
Laurent Rineau 4fdabc39d3 Prepare CGAL-4.10 2017-05-23 16:18:15 +02:00
Laurent Rineau 9384ff4e38 Merge pull request #2133 from maxGimeno/Fix_cmake_warning_CMP0053-GF
Silent cmake warnings about CMP0053
2017-05-23 16:13:49 +02:00
Maxime Gimeno 5ae96fc2aa Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found. 2017-05-23 16:12:56 +02:00
Laurent Rineau 0005d613d7 Merge pull request #2132 from sloriot/Kernel-use_CGAL_compare
force the usage of CGAL compare function
2017-05-23 16:11:42 +02:00
Efi Fogel 65406224fa Removed dedundant type definition of Arr_vertex_handle 2017-05-22 14:49:31 +03:00
Marc Glisse 54f2b91d6c Fix printing of empty Kd_tree. 2017-05-22 11:51:52 +02:00
Laurent Rineau c4494ea2a4 Merge branch 'releases/CGAL-4.10-branch' 2017-05-22 11:00:29 +02:00
Laurent Rineau fafa40b2e5 Merge pull request #2044 from sgiraudot/Polyhedron_demo-Reorganize_selection_widget-GF
Polyhedron demo: Reorganize selection plugin
2017-05-22 11:00:18 +02:00
Laurent Rineau 5b0c302a2c Merge pull request #2044 from sgiraudot/Polyhedron_demo-Reorganize_selection_widget-GF
Polyhedron demo: Reorganize selection plugin
2017-05-22 11:00:09 +02:00
Laurent Rineau 31f277dc93 Merge pull request #2072 from janetournois/Mesh_3-improvements-GF
Mesh 3 : small improvements
2017-05-22 10:59:48 +02:00
Laurent Rineau d9bc11f294 Merge pull request #2072 from janetournois/Mesh_3-improvements-GF
Mesh 3 : small improvements
2017-05-22 10:59:47 +02:00
Maxime Gimeno 73007cc17c silent warnings and change name of generated polygon_soup 2017-05-22 10:01:45 +02:00
Sébastien Loriot ae900ae297 force the usage of CGAL compare function
this fixes an issue detected whenusing LEDA without GMP
2017-05-22 09:43:36 +02:00
Maxime Gimeno d0c25b3428 Add a tooltip for the FaceGraph Mode in the Preference.ui 2017-05-19 14:10:42 +02:00
Maxime Gimeno 6518d80f82 Change the values of the enum to match the property's name. 2017-05-19 14:10:42 +02:00
Maxime Gimeno 6f9f9b6c0b Add a function face_graph() to Polyhedron_item and Surface_mesh_item 2017-05-19 14:10:42 +02:00
Maxime Gimeno a0cdb21844 Change the set_facegraph_type_adpater to use the set_facegraph_default_type function. 2017-05-19 14:10:41 +02:00
Maxime Gimeno dc07d11b27 Changes :
- fix indentation issues
- make the polyhedron_mode a property of the mainwindow instead of the scene
- remove patch_id functions of Surface_mesh_item
- Rename FaceGraph Face_graph
2017-05-19 14:10:41 +02:00
Maxime Gimeno a24435233a Finish modifying the API for the Facegraph_mode. 2017-05-19 14:10:41 +02:00
Maxime Gimeno 4260d0f577 Remove property maps from header and adapt Polyhedorn_mode selection to its new name 2017-05-19 14:07:30 +02:00
Maxime Gimeno 360b419724 remove set_patch_id() from polyhedron_item 2017-05-19 14:07:30 +02:00
Maxime Gimeno 9ac4d02710 Change polyhedronMode name. 2017-05-19 14:07:30 +02:00
Maxime Gimeno 290603e5d7 Fix after rebase 2017-05-19 14:07:06 +02:00
Maxime Gimeno 38a991006b Use dynamic properties to determine isPolyhedronMode() 2017-05-19 14:07:06 +02:00
Maxime Gimeno 18843d8d56 Remove the call to compute_elements() located in the constros to silence asserts. 2017-05-19 14:06:35 +02:00
Maxime Gimeno ec6def94ac clean up 2017-05-19 14:06:35 +02:00
Andreas Fabri d4004a43c8 Add properties.h 2017-05-19 14:06:35 +02:00
Maxime Gimeno 0279f7eaf4 Prepare Surface_mesh_item for selection_plugin 2017-05-19 14:06:35 +02:00
Maxime Gimeno ab61ff92f2 remove debug code 2017-05-19 14:06:35 +02:00
Andreas Fabri 0734bc51df Add initialization of colors for the Scene_surface_mesh_item 2017-05-19 14:06:35 +02:00
Maxime Gimeno 483a0df2c8 Add visu for face_patch_ids. 2017-05-19 14:06:35 +02:00
Andreas Fabri 8bbf322fb4 Add set_patch_id() to Polyhedron and Surface_mesh item 2017-05-19 14:06:35 +02:00
Maxime Gimeno 25821c1687 Replaces the usage of a map by a call to collect_garbage. 2017-05-19 14:06:34 +02:00