Jane Tournois
4fa37e7c6d
fix unused parameters warning
2020-07-06 15:24:56 +02:00
Jane Tournois
58b2f76181
link examples using Mesh_3 with Eigen
...
to avoid using deprecated Diagonalize_traits
2020-07-06 15:19:44 +02:00
Jane Tournois
36386b0bab
fix unused parameter warnings
2020-07-06 15:08:33 +02:00
Jane Tournois
1b7b19b451
silent a warning from boost and C++17
2020-07-06 13:50:55 +02:00
Jane Tournois
0d8aa34934
remove unused nbv
2020-07-06 10:48:01 +02:00
Jane Tournois
f4df39eff6
fix test
2020-07-03 13:16:25 +02:00
Jane Tournois
dfa3551f5a
add a test for reading a .mesh and remeshing it
2020-07-03 11:04:54 +02:00
Jane Tournois
036d044419
move debug code to debug macro (not verbose)
2020-07-03 08:21:24 +02:00
Jane Tournois
1fef3c6f7d
add debug code
2020-07-03 07:36:14 +02:00
Jane Tournois
2a4b4a2a10
set the Surface_patch_index also in the infinite cell
...
otherwise facet and its mirror don't have the same patch index
2020-07-03 07:35:20 +02:00
Jane Tournois
74835a9484
move set_index after setting Surface_patch_index
2020-07-03 07:33:01 +02:00
Jane Tournois
48ca4bcb42
dimension is just the max(dimension(v1), dimension(v2))
2020-07-02 14:37:09 +02:00
Jane Tournois
948b08d1fa
use Mesh_polyhedron_3 in example
2020-07-02 14:20:15 +02:00
Jane Tournois
b519de793b
replace BOOST_MSVC by _MSC_VER
...
The problem was that BOOST_MSVC is defined by <boost/config.hpp>, that is included later.
2020-07-02 13:59:41 +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
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
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
Jane Tournois
a1bd8f73f2
add example to doc
2020-06-26 15:54:18 +02:00
Jane Tournois
7740686d78
remove trailing whitespace
2020-06-26 15:54:17 +02:00
Jane Tournois
121fbbbb1c
add example to the user manual
2020-06-26 15:54:17 +02:00
Jane Tournois
3385d3643c
add doc for tetrahedral_isotropic_remeshing(c3t3)
...
and an example to run mesh_3 + remeshing in a row
2020-06-26 15:54:17 +02:00
Jane Tournois
fe8e763269
fix errors in conflicts resolution
2020-06-26 15:54:16 +02:00