Laurent Rineau
8c9281f440
Merge pull request #6642 from sloriot/gsoc2022-boost_np
...
Replace usage of Boost parameters with CGAL named function parameters
2022-11-07 10:08:38 +01:00
Laurent Rineau
d24b180293
Merge branch 'master' into gsoc2022-boost_np
2022-10-28 15:39:36 +02:00
Sébastien Loriot
d86db9fa72
fix compilation issues
2022-10-05 16:51:31 +02:00
Andreas Fabri
d3fca65ae5
CGAL: No longer per package assertions
2022-09-23 12:49:40 +01:00
Laurent Rineau
d0d0b30c12
Merge pull request #6807 from afabri/Parameterization-instantiation-GF
...
Parameterization: instanciation -> instantiation
2022-09-13 12:33:05 +02:00
Mael Rouxel-Labbé
43378edd1f
Minor speed up for T3::operator==
2022-09-02 14:29:15 +02:00
Mael Rouxel-Labbé
7d9d7844b1
Fix T23::operator== for dimension 0
2022-09-02 13:42:33 +02:00
Mael Rouxel-Labbé
d940b5ca7e
Add operator==(T2, T2)
2022-09-02 11:26:16 +02:00
Mael Rouxel-Labbé
649c401522
Add error messages to T2::is_valid()
2022-09-02 11:26:08 +02:00
Andreas Fabri
9c1ad6649d
Parameterization: instanciation -> instantiation
2022-08-24 08:35:13 +01:00
Sébastien Loriot
861588abe1
Merge 'sloriot/CGAL-std_type_traits' into master
2022-08-03 20:19:51 +02:00
Sebastien Loriot
f4a505ca2a
Merge pull request #6688 from gdamiand/CMap_index-gdamiand
...
CMap/GMap/LCC with index
2022-08-02 10:55:37 +02:00
Guillaume Damiand
f2630fa4b9
Merge branch 'master' into CMap_index-gdamiand
2022-07-19 09:44:16 +02:00
Laurent Rineau
4789fcc474
Merge branch 'master' into Triangulation_2-mark_domains-GF
2022-07-11 16:38:15 +02:00
Andreas Fabri
70a06b4696
Do not use CGAL::iterator_v<> as it is responsible for the ICE of VC2015
2022-06-27 08:58:17 +01:00
Laurent Rineau
c84fab4d08
Detect Exact_kernel *and* exact_kernel()
2022-06-17 17:11:52 +02:00
Sébastien Loriot
b96f6d5ce9
move is_iterator to type_traits
2022-06-10 09:43:59 +02:00
Sébastien Loriot
44250cb019
is_iterator_XXX<>::value --> is_iterator_XXX_v<>
2022-06-10 09:40:29 +02:00
Sébastien Loriot
ac8b6d4731
boost::is_same --> std::is_same
2022-06-10 08:18:20 +02:00
Sébastien Loriot
4f5f8341cc
use std::enable_if_t
2022-06-10 07:37:53 +02:00
Laurent Rineau
9bc4918853
Better implementation of can_construct_almost_exact_intersection_v
2022-06-03 14:31:56 +02:00
Laurent Rineau
258dd55c03
Make it work with the projection traits
2022-06-02 16:17:26 +02:00
Laurent Rineau
575f7a42fe
Move exact_intersection_point back to CT_2
2022-06-01 20:31:22 +02:00
Laurent Rineau
8ba010f760
Factorize the insertion of the intersection point
2022-06-01 14:42:01 +02:00
Laurent Rineau
910c930ede
Better usage of the dispatch on `itag`
2022-06-01 12:26:50 +02:00
Laurent Rineau
136c6e50f5
Fix typo
2022-06-01 12:01:06 +02:00
Laurent Rineau
53b4878a94
Use exact FT instead of exact Kernel
2022-05-31 18:09:00 +02:00
Laurent Rineau
feaf6a4ca2
Add Kernel::Construct_exact_intersection_point_2
2022-05-31 16:40:34 +02:00
Laurent Rineau
70bbf644a1
Ensure pi in the union of the two triangles
...
If `pi` is the union of the two triangles incident to the constrained
edge `[vcc, vdd]`, then the reinsertion of `[vcc, vi]` and `[vi, vdd]`
cannot trigger new intersections.
2022-05-25 15:47:27 +02:00
Laurent Rineau
9ab9cdf898
Add comments
2022-05-25 14:29:08 +02:00
Laurent Rineau
1b4db96562
Disable the previous workaround
2022-05-24 16:53:30 +02:00
Laurent Rineau
dd299873af
Add comments
2022-05-24 16:53:01 +02:00
Laurent Rineau
976e8e7691
Add a check intersection_not_in_the_two_triangle
2022-05-23 16:12:54 +02:00
Andreas Fabri
f6c3952308
The hopefully two last warnings
2022-05-19 06:59:29 +01:00
Andreas Fabri
b435e4079d
Also #include the Triangulation headers for the #else case
2022-05-18 10:08:57 +01:00
Andreas Fabri
84a35e9cba
Always #include for CDT as it has its own code for the noop draw()
2022-05-18 09:29:36 +01:00
Andreas Fabri
1afc3cc099
resolve merge conflict
2022-05-18 07:20:41 +01:00
Andreas Fabri
58774ef301
Define draw as no op
2022-05-17 09:28:21 +01:00
Sébastien Loriot
143d412ede
fix unused variables
2022-05-16 17:24:27 +02:00
Guillaume Damiand
999a813b35
Rename XXX_handle into XXX_descriptor for CMap, GMap, LCC
2022-05-05 13:34:19 +02:00
Laurent Rineau
9413b74310
Fix a typo in a comment (spellchecking)
2022-03-30 16:11:27 +02:00
Laurent Rineau
a1b8f81af6
Fix the detection of is_in_domain
2022-03-30 15:18:47 +02:00
Sébastien Loriot
da7f93bc73
add missing include directive and use std
2022-03-23 09:10:35 +01:00
Sébastien Loriot
7fe8ad163e
fix type
2022-03-22 18:04:07 +01:00
Andreas Fabri
97e3f60cf2
Improve documentation
2022-03-22 17:00:06 +01:00
Andreas Fabri
6fdd3341aa
WIP
2022-03-22 16:37:17 +01:00
Andreas Fabri
f2bfb52903
Make draw() work for a CDT_2 even if it's Face type has no is_in_domain member function
2022-03-22 16:10:16 +01:00
Andreas Fabri
109056d592
Improve documentation of function draw()
2022-03-22 14:10:13 +01:00
Andreas Fabri
f236ccc98c
CDT -> CT
2022-03-15 16:31:00 +01:00
Andreas Fabri
93832aa67f
Add an example for Mesh_2
2022-03-15 16:08:11 +01:00