Commit Graph

67416 Commits

Author SHA1 Message Date
Sébastien Loriot dfd943c8e2 fix typo 2016-03-29 17:08:51 +02:00
Laurent Rineau 0b5fa6a4a9 Merge pull request #945 from sloriot/BGL-OpenMesh_free_functions
BGL functions must be in OpenMesh namespace
2016-03-29 10:51:16 +02:00
Jane Tournois 2bc034dee1 don't forget to map boundary halfedges 2016-03-25 10:55:07 +01:00
Jane Tournois cc28746e18 fix the case where both faces incident to h are degenerate before the flip
and none of them is degenerate after the flip
2016-03-25 10:39:01 +01:00
Sébastien Loriot f7848d686a remove unused type 2016-03-25 10:16:21 +01:00
Laurent Rineau 681e08ddda Merge pull request #947 from sloriot/SM_shortest_path-fix_package_info
Shortest Path: update package info
2016-03-24 17:29:43 +01:00
Sébastien Loriot 9e82d734c2 remove unused typedef and variable 2016-03-24 17:26:19 +01:00
Sébastien Loriot b83b4465c3 update package info 2016-03-24 17:15:36 +01:00
Sébastien Loriot 0354c3913a BGL functions must be in OpenMesh namespace
this was detected by a qualified call to get for variant

(cherry picked from commit 309f91f1550be0653ffa00d59ee040cc8777d0b6)
2016-03-24 15:55:30 +01:00
Laurent Rineau a317efc776 Merge pull request #926 from afabri/BGL-fix_join_vertex-GF
Forgot to set the halfedge of the face
2016-03-22 16:12:32 +01:00
Andreas Fabri b639ce8d55 Didn't take border edges into account 2016-03-22 16:04:20 +01:00
Andreas Fabri 06a1925f6f Forgot to set the halfedge of the face 2016-03-22 16:04:20 +01:00
Sébastien Loriot f2b3a4dd24 remeshing with duplicated constraints now splits the constrained edges
this ensures the remeshing will always work
2016-03-18 18:25:10 +01:00
Laurent Rineau e98bc7ebb5 I have tried to run CGAL demos from 4.8 with 4.7 libs
I am surprised that the branch 'header-only, step 0' did not break the
ABI! Good job, guys.
2016-03-18 15:32:35 +01:00
Laurent Rineau 202f9f9ad8 Next release from this branch should be CGAL-4.8 2016-03-18 15:02:08 +01:00
Laurent Rineau 3bffc536ff Announcement for CGAL-4.8-beta2 2016-03-18 14:02:16 +01:00
Laurent Rineau b6eab033d1 Merge pull request #924 from sgiraudot/Optimal_transportation_reconstruction_2-Change_name_in_changes_html-GF
Update name of 2D reconstruction in changes.html
2016-03-18 13:51:54 +01:00
Simon Giraudot 1aaca82150 Update name of 2D reconstruction in changes.html 2016-03-18 13:12:30 +01:00
Sébastien Loriot 315a2e9184 connect constraining of duplicated edge to the protection of constraints 2016-03-17 17:57:34 +01:00
Laurent Rineau f7ee57bb19 Merge pull request #920 from lrineau/Installation-fix_issue_834-lrineau
In the construction of all_files.cpp, avoid qrc files
2016-03-17 16:56:49 +01:00
Laurent Rineau 588e51fe40 In the construction of all_files.cpp, avoid qrc files
Fix #834.
2016-03-17 16:55:08 +01:00
Laurent Rineau dee4739ecd Merge pull request #915 from janetournois/Polyhedron_demo-fix_deformation_plugin-jtournois
Polyhedron demo : fix deformation plugin
2016-03-17 16:46:10 +01:00
Andreas Fabri 716e1ea9a6 Detect duplicates also for a single connected component or a selection 2016-03-17 14:51:48 +01:00
Sébastien Loriot b64d0ee265 do not remesh in pivoting mode 2016-03-17 13:20:27 +01:00
Sébastien Loriot e5a5cdc3c8 do not update the roi after the remeshing
this also allows to compute border halfedges only when needed,
that is when estimating the target edge length
2016-03-17 13:17:11 +01:00
Sébastien Loriot b0d43337de wrap the set in a shared_ptr because a property map should be lightweight 2016-03-17 13:09:39 +01:00
Sébastien Loriot 7680c6f168 use a set instead of a map to avoid keeping handles to removed elements
moreover the map becomes sensitive to the input
2016-03-17 12:58:02 +01:00
Sébastien Loriot 275e16d2e8 the region remesh was using the one-ring of the roi 2016-03-17 10:36:36 +01:00
Sébastien Loriot ca59ba312f return the roi range as a const reference instead of a copy 2016-03-17 10:35:37 +01:00
Sébastien Loriot 6823336c17 add an option to constrain duplicated edges 2016-03-17 09:54:50 +01:00
Andreas Fabri 2468889c51 Also deal with TBB 2016-03-17 09:41:45 +01:00
Andreas Fabri 53d4328d36 Improve wording in UI 2016-03-17 08:29:28 +01:00
Andreas Fabri a4cb1c2a97 Add protection of identical edges in different polyhedra. WIP: with an #undef and std::cerr 2016-03-16 18:09:55 +01:00
Laurent Rineau 52436643d7 updated crontab (automated commit) 2016-03-16 16:18:03 +01:00
Laurent Rineau 4fd24b6487 Merge pull request #913 from sloriot/Polyhedron_demo-rename_mesh_2_plugin_dir
Polyhedron demo: rename plugin directory
2016-03-16 15:01:03 +01:00
Laurent Rineau d3967a3a8d Merge pull request #910 from maxGimeno/Polyhedron_demo-Fix_scene_bbox-GF
Polyhedron_demo : Fix for the Scene Bbox
2016-03-15 12:03:49 +01:00
Laurent Rineau 6b41ff756f Merge pull request #898 from lrineau/installation-fix_split_CGALConfig-GF
Fixes the PR #788
2016-03-15 12:02:04 +01:00
Jane Tournois b6f37a16ed add default constructor to ROI_border_pmap
and fix the list of roi_border edges collected before deformation
2016-03-15 11:30:33 +01:00
Sébastien Loriot c0b39954bf rename Mesh_2 plugin directory for consistency 2016-03-14 20:12:10 +01:00
Maxime Gimeno 6779574a2c Fix the scene bbox
- The Scene Bbox does not depend on the visibility of the items anymore.
2016-03-14 16:58:24 +01:00
Sébastien Loriot 25c87c75a6 Merge pull request #896 from cjamin/patch-2
dD Triangulations: update "Design and Implementation History" section (ERC GUDHI support)
2016-03-14 11:17:43 +01:00
Sebastien Loriot 6029346b92 Merge pull request #901 from afabri/patch-1
Update Triangulation_traits
2016-03-14 10:03:13 +01:00
Andreas Fabri 5681f530fc Update Triangulation_traits
Fix a typo.
2016-03-11 08:38:45 +01:00
Laurent Rineau eaee928fbb updated crontab (automated commit) 2016-03-10 20:18:05 +01:00
Laurent Rineau 11b6874236 Prepare CGAL-4.8-beta2 2016-03-10 19:59:29 +01:00
Clément Jamin 873ea89243 Add a link 2016-03-10 19:39:10 +01:00
Laurent Rineau 0737a33a33 Merge pull request #899 from CGAL/OPT_2-add_missing_endcond
Fix doc typo
2016-03-10 12:39:28 +01:00
Sebastien Loriot 0a2afbfb45 Update Sample.h 2016-03-10 12:15:27 +01:00
Laurent Rineau 31d416df4e Fixes the PR #788
With the split of `CGALConfig.cmake` into several files, one for each
lib, then the variable `CGAL_ImageIO_USE_ZLIB` was no longer stored in
`CGALConfig.cmake`.

That led to a full blue line in the testsuite:
  https://cgal.geometryfactory.com/CGAL/Members/testsuite/results-4.8-Ic-155.shtml#Mesh_3_Examples
2016-03-10 11:56:55 +01:00
Clément Jamin 69f4fea34c Update "Design and Implementation History" section (ERC support) 2016-03-10 10:40:28 +01:00