Commit Graph

67567 Commits

Author SHA1 Message Date
Sébastien Loriot 7d1b315fab reduce the size of the color map of a polyhedron scene item ...
...  to  (max patch id - min patch id+1)

# Conflicts:
#	Polyhedron/demo/Polyhedron/Scene_polyhedron_item.cpp
#	Polyhedron/demo/Polyhedron/Scene_polyhedron_item.h
#	Polyhedron/demo/Polyhedron/include/CGAL/gl_render.h
2016-03-21 10:06:48 +01:00
Marvin Schmidt 887fade6d7 Include GNUInstallDirs and use CMAKE_INSTALL_* variables
This allows installing the architecture-independent data outside the
prefix. This is particularly necessary on systems using a
multi-architecture layout where architecture-dependent files live in
/usr/${host_triple}/ and architecture-independent files in /usr/share.
2016-03-19 16:44:22 +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
Jane Tournois e4006a5499 fix access in color map, in case we have a single patch with index > 0 2016-03-18 17:44:48 +01:00
Laurent Rineau af4d79f0c9 Typo pointed out by Andreas 2016-03-18 16:00:32 +01:00
Laurent Rineau 10061126a2 Merge branch 'releases/CGAL-4.8-branch'
Fixes the SOVERSION
2016-03-18 15:36:23 +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 1a4f950c2d updated crontab (automated commit) 2016-03-18 15:18:05 +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 63aa64fa3a `master` now targets the release 4.9 2016-03-18 15:01:31 +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
Simon Giraudot 4850d17462 Bug fix: when query is outside the domain of definition of the implicit function, return infinity. 2016-03-15 11:52:23 +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 ab9d9255ae Read .poly files 2016-03-11 14:31:35 +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
Simon Giraudot b9606f5d6c Some text corrections in Hello World 2016-03-10 16:31:50 +01:00
Simon Giraudot cec789483d Reference tutorial page in sidebar menu and header menu 2016-03-10 16:14:37 +01:00
Simon Giraudot b9d9db321c Add new page to manual: Tutorials 2016-03-10 16:13:49 +01:00
Simon Giraudot 3b840a2c04 Change tag of page Hello World 2016-03-10 16:13:27 +01:00
Simon Giraudot b83659fa87 Remove reference to Hello World from Getting_started 2016-03-10 16:12:57 +01:00
Simon Giraudot 64a212eb29 Move Hello World to tutorials 2016-03-10 16:12:34 +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