Sébastien Loriot
d4122d945a
better include the new header :(
2020-07-02 10:36:29 +02:00
Sébastien Loriot
1246e9e375
add a generic clip version that handles self-intersections
2020-07-01 21:04:52 +02:00
Sébastien Loriot
d64faf3199
add non-documented operator to do queries using points from another kernel
2020-07-01 21:03:55 +02:00
Sébastien Loriot
3b2da649b8
remove useless test (done in the main call)
2020-07-01 21:03:31 +02:00
Laurent Rineau
0f51c426d3
Add a new script that helps dealing with `integration`
2020-07-01 16:37:32 +02:00
Sébastien Loriot
fd875cf71a
add do_no_modify option to split
2020-07-01 16:20:24 +02:00
Sébastien Loriot
2ce4d6f1af
try to please old QT versions
2020-07-01 16:16:26 +02:00
Maxime Gimeno
f6bfc69162
add missing reserve() using interanl helpers
2020-07-01 15:47:06 +02:00
Sebastien Loriot
16e38e4dec
Apply suggestions from code review
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2020-07-01 14:48:09 +02:00
Maxime Gimeno
d0913ea1b0
Add "Add to group" to the context menu and make the action move the selected items to the new group.
2020-07-01 12:50:52 +02:00
Maxime Gimeno
d21b90c27f
don't allow a dock_widget to be moved if it is not floating
2020-07-01 10:27:52 +02:00
Jane Tournois
460b1f29a6
Merge branch 'master' into Tet_remeshing-from_c3t3_input-jtournois
...
# Conflicts:
# Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_adaptive_remeshing_impl.h
2020-07-01 08:01:05 +02:00
Jane Tournois
2ae4e28de7
do not collapse when the cells set for collapse does not represent a manifold surface
...
trying to make the cells set manifold is not easy, and quite costly, so let's just
check whether the cells set surface is manifold and cancel the collapse if not
2020-07-01 07:52:55 +02:00
Efi Fogel
d58b971e85
Replaced legacy CGAL::Object with modern varian
2020-06-30 23:21:55 +03:00
Efi Fogel
d73a944fa4
Replaced legacy CGAL::Object with modern boost::variant.
2020-06-30 21:51:42 +03:00
Efi Fogel
e28a0a05f1
Replaced legacy CGAL::Object with variant
2020-06-30 21:46:05 +03:00
Efi Fogel
436ba5fa35
Left over of replacing legacy CGAL::Object with variant
2020-06-30 21:23:16 +03:00
Efi Fogel
3c5552b14a
Replaced legacy CGAL::Object with variant in vertical decomposition
2020-06-30 21:22:40 +03:00
Laurent Rineau
9cfb0401a4
updated crontab (automated commit)
2020-06-30 17:18:05 +02:00
Laurent Rineau
f1d1554e5b
Merge branch 'releases/CGAL-5.0-branch'
2020-06-30 16:39:36 +02:00
Laurent Rineau
e439aaf30c
Merge pull request #4556 from theartful/arrangments_bugfix
...
Fix Bezier intersection bug around the boundaries (issue #3381 )
# Conflicts:
# Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_cache.h
2020-06-30 16:39:17 +02:00
Laurent Rineau
b8ac296757
Merge pull request #4791 from MaelRL/PMP-Fix_remove_SI_hole_filling_non_simple_border-GF
...
PMP: remove_self_intersections() fixes
2020-06-30 16:38:08 +02:00
Laurent Rineau
07eacf5231
Merge pull request #4795 from janetournois/Mesh_3-fix_optimisers_parallel-jtournois
...
Mesh_3 - fix parallel optimisers
2020-06-30 16:38:05 +02:00
Laurent Rineau
4537d217c7
Merge pull request #4812 from janetournois/Tet_remeshing-fix4808-jtournois
...
Tetrahedral remeshing : fix a bug in collapse
2020-06-30 16:38:03 +02:00
Laurent Rineau
10834e4ef4
Merge pull request #4813 from MaelRL/Polyhedron-fix_const-GF
...
Remove 'const' markers in Polyhedron-modifying functions
2020-06-30 16:37:59 +02:00
Laurent Rineau
8d59d04a1f
Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch
2020-06-30 16:37:40 +02:00
Laurent Rineau
cba160f7f0
Merge pull request #4556 from theartful/arrangments_bugfix
...
Fix Bezier intersection bug around the boundaries (issue #3381 )
2020-06-30 16:37:01 +02:00
Laurent Rineau
ad23db27a3
Merge pull request #4795 from janetournois/Mesh_3-fix_optimisers_parallel-jtournois
...
Mesh_3 - fix parallel optimisers
2020-06-30 16:36:58 +02:00
Laurent Rineau
414bb92246
Merge pull request #4813 from MaelRL/Polyhedron-fix_const-GF
...
Remove 'const' markers in Polyhedron-modifying functions
2020-06-30 16:36:55 +02:00
Laurent Rineau
3e6499700e
Merge pull request #4556 from theartful/arrangments_bugfix
...
Fix Bezier intersection bug around the boundaries (issue #3381 )
2020-06-30 16:36:20 +02:00
Laurent Rineau
93d9b1d399
Merge pull request #4813 from MaelRL/Polyhedron-fix_const-GF
...
Remove 'const' markers in Polyhedron-modifying functions
2020-06-30 16:36:16 +02:00
Sébastien Loriot
41d8a2bc3e
improve ui of needles/caps removal
2020-06-30 14:02:32 +02:00
Sébastien Loriot
3a53d241c8
add constructor from base
2020-06-30 09:51:05 +02:00
Efi Fogel
df5a029deb
- Changed Make_x_monotone_2::operator()() return type from legacy CGAL::Object to modern boost::variant
2020-06-29 10:02:40 +03:00
Jane Tournois
40668a297e
fix protection of parallel code
2020-06-29 07:07:13 +02:00
Jane Tournois
7929922966
remove useless
2020-06-26 15:58:44 +02:00
Jane Tournois
33b1283030
remove capitals
...
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2020-06-26 15:58:44 +02:00
Jane Tournois
92f9802123
protect is_valid() tests with DEBUG macro
...
they are verbose and that's annoying
2020-06-26 15:58:44 +02:00
Jane Tournois
3ac540c8a9
add a comment about using std::move(c3t3) in the example
2020-06-26 15:58:44 +02:00
Jane Tournois
c5081c7880
doc
2020-06-26 15:58:44 +02:00
Jane Tournois
8253c30e0f
ref manual
2020-06-26 15:58:44 +02:00
Jane Tournois
789b8c4803
add tests for mesh_3 + remeshing
2020-06-26 15:58:44 +02:00
Jane Tournois
6f610a4b6d
do not use Tr::Tr_Base (not documented) but Triangulation_3
...
as input for convert_to_triangulation_3
2020-06-26 15:58:43 +02:00
Jane Tournois
5734200c51
add convert_to_base_triangulation
...
change the API and avoid tetrahedral_isotropic_remeshing(c3t3)
2020-06-26 15:58:43 +02:00
Jane Tournois
f1a524234d
do not mention concurrency of Mesh_3 in this example
2020-06-26 15:58:43 +02:00
Jane Tournois
e9acd8f191
clean rebase/conflicts errors
2020-06-26 15:58:43 +02:00
Jane Tournois
96e966509f
missing comma
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2020-06-26 15:58:43 +02:00
Jane Tournois
44d5a331fe
doc improvement
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2020-06-26 15:58:43 +02:00
Jane Tournois
f8dc62ac57
missing comma
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2020-06-26 15:58:43 +02:00
Jane Tournois
7e457ea8b9
fix typo
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2020-06-26 15:58:34 +02:00