Jane Tournois
49d526c1cf
add missing () around min and max for windows
2019-07-29 14:30:03 +02:00
Laurent Rineau
cc8bd016fa
Merge pull request #4027 from lrineau/CGAL-compact_with_VTK_9-GF
...
Compatibility with VTK 9
2019-07-03 11:10:31 +02:00
Laurent Rineau
71ff0ffda6
Merge pull request #4038 from lrineau/Mesh_3-fix_for_older_compilers-GF
...
Mesh_3: older versions of gcc does not like that pair of const
2019-07-03 11:10:29 +02:00
Laurent Rineau
e79bfd5d03
Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch
2019-07-03 11:10:03 +02:00
Laurent Rineau
1d5b626436
Fix the CMake warning
2019-07-01 09:32:12 +02:00
Laurent Rineau
7db6b5e513
Older versions of gcc does not like that pair of const
...
https://cgal.geometryfactory.com/CGAL/testsuite/results-4.14.1-I-173.shtml#Mesh_3_Examples
2019-06-26 16:19:09 +02:00
Laurent Rineau
4435f93aaa
Compatibility with VTK 9 (VTK master)
...
Fix issue #3789
2019-06-26 13:17:14 +02:00
Laurent Rineau
69a4241d5e
Merge pull request #3987 from lrineau/Polyhedron-demo__mesh_several_surfaces_at_a_time-GF
...
Polyhedron demo: mesh several surfaces at a time
2019-06-20 14:20:08 +02:00
Laurent Rineau
e4aaf2447c
Fix the use of offset in Labeled_mesh_domain_3
2019-06-18 15:50:15 +02:00
Laurent Rineau
62b6476f76
Merge pull request #3951 from lrineau/Mesh_3-fix_issue_2870-GF
...
Mesh_3: fix issue #2870 (do not deactivate all topological criteria)
2019-06-17 14:15:25 +02:00
Laurent Rineau
39dede5320
Merge pull request #3951 from lrineau/Mesh_3-fix_issue_2870-GF
...
Mesh_3: fix issue #2870 (do not deactivate all topological criteria)
2019-06-17 14:14:53 +02:00
Laurent Rineau
9f99ee087e
Merge pull request #3986 from janetournois/Mesh_3-fix_optimizers_protection-jtournois
...
Mesh_3 : fix global optimizers protection
2019-06-17 13:51:33 +02:00
Laurent Rineau
91157b2167
Fix <CGAL/internal/Mesh_3/check_weights.h>
...
`Has_feature<Mesh_domain>` is not `Tag_true` or `Tag_false`, but
it *derives* from one of them!
Anyway, it is easier to use the nested value `::value`.
2019-06-13 18:08:38 +02:00
Laurent Rineau
dfb37e2378
Fix when called with Surface_mesh instead of Polyhedron_3
2019-06-07 12:06:44 +02:00
Jane Tournois
a70bf9458a
fix optimizers protection
...
If some vertices have a non-zero weights and they do not belong to input
features, then global optimizers should not be used.
The case without feature protection was not treated until now.
2019-06-06 17:34:53 +02:00
Laurent Rineau
e4c82fa260
Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch
2019-05-21 16:35:24 +02:00
Laurent Rineau
f7a4836039
Do not deactivate all topological criteria
2019-05-21 13:43:11 +02:00
Laurent Rineau
90782d4b7f
Revert the merge of two pull-requests that target CGAL-4.14-branch
...
- Revert "Merge pull request #3857 from MaelRL/CGAL-Fix_duplicate_non_manifold_vertices-GF"
- Revert "Merge pull request #3898 from lrineau/Mesh_3-stop_during_protection-lrineau"
2019-05-14 17:50:45 +02:00
Laurent Rineau
d04a5a24c1
Merge pull request #3898 from lrineau/Mesh_3-stop_during_protection-lrineau
...
Mesh_3 `Protect_edges_sizing_field`: handle the `stop` Boolean
2019-05-14 16:26:16 +02:00
Laurent Rineau
0cdc5b8527
Fix for Boost-1.71 (master branch)
...
Pass the criteria object by value, instead of const references: same
semantic, but better than the universal reference used by Boost
Parameter 1.71.
2019-05-14 12:36:02 +02:00
Laurent Rineau
6fe9711d78
Remove the check of Boost_VERSION
2019-05-14 11:43:09 +02:00
Laurent Rineau
450efd3912
Fix PR #3788 with C++03
2019-05-07 13:59:17 +02:00
Laurent Rineau
130c766d1e
Merge branch 'releases/CGAL-4.14-branch' into Mesh_3-stop_during_protection-lrineau
2019-05-06 16:21:52 +02:00
Laurent Rineau
1b1f0a6ac3
Test the feature in the 3D demo, and fix the code
2019-05-03 16:24:50 +02:00
Laurent Rineau
8648a72655
Add new Boost Parameter `nonlinear_growth_of_balls`
2019-05-03 15:49:49 +02:00
Laurent Rineau
a1e3e05558
Add maximal_number_of_vertices and stop_ptr to the protection code
2019-05-03 11:46:13 +02:00
albert-github
1dd7473818
Correction of links
...
Correction of redirected links and links that moved to another place.
2019-04-11 21:37:05 +02:00
Laurent Rineau
27f10ee7c9
Commited by error.
...
Partially revert "This branch now targets 4.13.2."
This reverts commit b392643a98 , partially.
2019-04-08 12:15:05 +02:00
Laurent Rineau
b392643a98
This branch now targets 4.13.2.
2019-04-05 14:50:41 +02:00
Laurent Rineau
65ebf7d386
Merge branch 'Mesh_3-fix_output_to_vtu-GF' into VTU_output-Add-attribute-GF
2019-04-03 19:57:36 +02:00
Laurent Rineau
043239d738
Avoid copies of vectors of attributes
2019-04-03 19:57:06 +02:00
Laurent Rineau
2e43cc0f71
Remove a warning about an unused variable
2019-04-03 19:11:15 +02:00
Laurent Rineau
dcc6d7a58a
Fix CGAL::output_to_vtu(..., ASCII) and add tests
2019-04-03 19:03:48 +02:00
Laurent Rineau
8ae3756cb6
Merge pull request #3812 from janetournois/Mesh_3-c3t3-doc-fix-jtournois
...
Doc fix (tiny) in concept `MeshComplexWithFeatures_3InTriangulation_3`
2019-03-28 16:49:23 +01:00
Jane Tournois
cdd2231e8a
add two missing 's' (there was no link on these in the doc)
2019-03-28 16:02:06 +01:00
Laurent Rineau
fc81d3bfec
Merge pull request #3780 from afabri/CGAL-links-GF
...
Some Documentation Fixes for Issue #3457
2019-03-27 18:05:17 +01:00
Maxime Gimeno
4326f39944
Add misisng header
2019-03-25 16:12:42 +01:00
Maxime Gimeno
27ceec33b5
Replace Weighted point by Point
2019-03-21 16:10:18 +01:00
Maxime Gimeno
adfeee84d9
typedef the attribute type
2019-03-20 16:25:09 +01:00
Andreas Fabri
7c2674abc8
More links fixed
2019-03-20 08:38:40 +01:00
Andreas Fabri
e254a770df
Some Fixes for #3457
2019-03-19 19:20:40 +01:00
Maxime Gimeno
15aca3ebf7
Add a bool to decide if we want to export the complex or the cells not in complex.
2019-03-19 16:08:28 +01:00
Laurent Rineau
3b349c7b8f
Add examples with Surface_mesh instead of Polyhedron
2019-03-19 13:28:31 +01:00
Maxime Gimeno
b9762b9431
Fix declared type in xml
2019-03-19 10:47:54 +01:00
Maxime Gimeno
c787e40ca7
Use boost variant for attributes to be able to send `double`s, `uint_8`s and `std::size_t`s
2019-03-18 13:14:00 +01:00
Laurent Rineau
0c16961337
Update Mesh_3/test/Mesh_3/test_meshing_utilities.h
...
fix precision test
Co-Authored-By: janetournois <janetournois@users.noreply.github.com>
2019-03-08 16:13:05 +01:00
Jane Tournois
60ce59aeaa
the assertion is subject to precision of double's
...
so we can release the test by 1e-15
2019-03-08 16:04:13 +01:00
Laurent Rineau
f5836b2206
Merge branch 'releases/CGAL-4.13-branch'
2019-03-07 14:31:16 +01:00
goran-w
b820b11625
More work on consistent facet orientation in medit output
2019-03-05 09:52:27 +01:00
Laurent Rineau
8693f95dac
Merge pull request #3619 from albert-github/feature/bug_headers
...
Update of headers
2019-02-22 16:39:09 +01:00