Efi Fogel
a9e0eeec8f
Commented out formal unused variable
2025-09-10 18:36:08 +03:00
Efi Fogel
5b6df813f5
Fixed do_intersect() and cleaned up
2025-09-06 20:41:49 +03:00
Mael Rouxel-Labbé
e38e29f279
dont > don't
2025-03-28 20:52:22 +01:00
Efi Fogel
1528bd05da
Used 'auto' instead of 'Point_2' in case it is a reference.
2024-09-09 13:17:44 +03:00
albert-github
36c8b7589d
Spelling corrections
...
Last batch (for now) of spelling corrections in doxygen and normal comments
2024-05-31 19:05:34 +02:00
Laurent Rineau
a71a7352bf
Merge pull request #8112 from efifogel/Ss_2-missing_headers-efif
...
Added missing headers
2024-04-10 18:04:18 +02:00
Efi Fogel
b765bcd27e
Added missing headers
2024-03-31 21:20:38 +03:00
Laurent Rineau
120a8c14a3
add missing includes
...
detected with gcc 14.0.1 from Fedora 40
2024-03-26 11:29:51 +01:00
Sébastien Loriot
15aa810876
Merge remote-tracking branch 'cgal/5.6.x-branch'
2023-12-22 17:16:49 +01:00
Sébastien Loriot
47e728f2ef
Merge remote-tracking branch 'cgal/5.5.x-branch'
2023-12-22 17:14:12 +01:00
Sébastien Loriot
35e845d8dc
do no use delete event
2023-12-12 15:11:40 +01:00
Sébastien Loriot
a54f189980
Revert "more than one curve can be on the left of an event with overlapping curves on the right"
...
This reverts commit 2260c4fab3 .
2023-12-07 16:09:31 +01:00
Sébastien Loriot
0714c960bb
reset left event of curves after the deletion of the event
2023-12-07 16:08:33 +01:00
Efi Fogel
4c33636012
Removed redundant include statement
2023-10-23 15:56:51 +03:00
Efi Fogel
b8ce7d12f0
Fixed comment
2023-10-23 15:55:22 +03:00
Sébastien Loriot
b66afab814
Merge remote-tracking branch 'sloriot/CGAL-using_c++17_stl' into HEAD
2023-07-05 11:29:35 +02:00
Sébastien Loriot
0ee31a5d4f
remove extra parenthesis
2023-06-19 19:17:49 +02:00
Sébastien Loriot
9cdfe70abb
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Sébastien Loriot
9a0bdb5d96
boost::variant ---> std::variant
2023-06-15 10:57:10 +02:00
Sébastien Loriot
bbc4d08ee0
Merge remote-tracking branch 'cgal/master' into HEAD
2023-06-15 10:47:07 +02:00
Sébastien Loriot
c8a88b9014
remove CGAL_static_assertion*
2023-06-15 10:42:10 +02:00
Efi Fogel
b781d6a2f8
Fixed default polyline traits
2023-05-28 17:25:06 +03:00
Efi Fogel
ccdb5a0b54
Merge remote-tracking branch 'cgal/master' into Aos_2-conics-efif
2023-02-15 14:36:44 +02:00
Sébastien Loriot
2260c4fab3
more than one curve can be on the left of an event with overlapping curves on the right
2023-02-03 10:39:58 +01:00
albert-github
9c2f8ff60e
Spelling correction in respect to function / variable names
...
As indicated in #7041 (Spelling corrections) theer were still some open corrections in respect to variables / functions, these have been addressed heer.
2023-01-13 18:51:28 +01:00
albert-github
781f9a2943
spelling corrections
...
After review:
- outputhing -> outputting
- neighbour -> neighbor
2022-11-17 10:25:10 +01:00
albert-github
c32b1f4127
spelling corrections
...
Some spelling corrections (Directories starting with `S` rest - `W`),
2022-11-16 13:22:39 +01:00
albert-github
45478184de
spelling corrections
...
Some spelling corrections (Directories starting with `E`-` L`),
some backward work
some forward work
2022-11-15 13:39:40 +01:00
Efi Fogel
9787fff9a0
laced 'unsigned int' with Multiplicity type to avoid a conversion warning
2022-08-10 17:44:00 +03:00
Efi Fogel
7988148710
Cleaned up
2022-06-19 12:39:43 +03:00
Sébastien Loriot
37580e9daf
missing () in macro + typo fixes
2022-06-14 11:24:21 +02:00
Sébastien Loriot
8ed2990381
use CGAL_static_assertion
...
static_assert(b) is only available in c++17
2022-06-10 10:10:12 +02:00
Sébastien Loriot
3fa436459d
BOOST_MPL_ASSERT -> static_assert
2022-06-10 08:46:01 +02:00
Michael Bell
4c15a1c7f7
Remove shadow declaration of parameter space
...
Declaration is redundant as event parameter space is assigned earlier in function.
2021-10-18 11:15:14 +01:00
Sébastien Loriot
facabcac86
Merge remote-tracking branch 'cgal/5.3.x-branch'
2021-09-10 17:47:17 +02:00
Sebastien Loriot
7ef834e521
Merge pull request #5821 from sloriot/SS2-init_m_currentEvent
...
Init pointer used in comparison when adding curves on right during init
2021-09-10 17:41:08 +02:00
Sébastien Loriot
6e1fc8a4e5
Merge remote-tracking branch 'cgal/master' into HEAD
2021-09-02 16:53:07 +02:00
Sébastien Loriot
a3d04af49c
fix issue in case an overlapping curve is split
...
in case an arrangement is updated and an overlap curve
is on an existing halfedge, the incident halfedge
to an event has to be updated after the split.
This is done by checking all left events in parent subcurves
of the overlapping subcurve.
2021-07-28 16:47:13 +02:00
Sébastien Loriot
b732878580
init pointer used in comparaison when adding curves on right during init
2021-07-01 08:10:59 +02:00
Efi Fogel
89e6a989c4
Fixed handling endpoints of overlpping curve
2021-03-26 09:26:36 +03:00
Efi Fogel
21ba221270
Cleaned up
2021-03-25 16:00:00 +02:00
Efi Fogel
89f7d8fed0
Cleaned up
2021-03-25 15:48:49 +02:00
Efi Fogel
efa642a494
Fixed curve() and boundary_touching_curve(); First examine right curves and then examine left curves
2021-03-25 15:43:48 +02:00
Efi Fogel
63e52b0bad
Fix print of event on boundary (for debugging)
2021-03-25 15:42:47 +02:00
Efi Fogel
6b64dc8def
Merge branch 'master' into Aos_2-boundary_objects-efic
2020-11-11 09:38:55 +02:00
Laurent Rineau
c45ac23ed6
Merge pull request #4899 from sgiraudot/STL_Extension-Multiset_with_CC_allocation-GF
...
Surface Sweep: Enhance memory allocation with Compact Container
2020-11-05 08:49:36 +01:00
Laurent Rineau
21c48c50dd
Merge pull request #4899 from sgiraudot/STL_Extension-Multiset_with_CC_allocation-GF
...
Surface Sweep: Enhance memory allocation with Compact Container
2020-11-04 20:46:18 +01:00
Simon Giraudot
702b47790d
Remove tabs
2020-11-03 08:18:07 +01:00
Simon Giraudot
0f3d0fc6d3
Safer compact container for
2020-11-02 09:29:16 +01:00
Laurent Rineau
1beff9f1d0
Merge remote-tracking branch 'cgal/master' into Surface_sweep_2-Small_unordered_set-GF
2020-10-29 09:33:07 +01:00