Sven Oesau
934054c9ba
documenting that Median_of_rectangle splitter is robust
...
bugfix
2025-02-10 17:15:56 +01:00
Sven Oesau
fc08cf5fb2
switching to number_utils.h instead of basic.h
2025-02-10 14:54:03 +01:00
Sven Oesau
636721e7f5
doc typo fix
2025-02-06 13:09:58 +01:00
Sven Oesau
88163cc512
typo fix
2025-02-06 13:03:41 +01:00
Sven Oesau
531e612e5f
fix warnings
2025-02-06 10:34:41 +01:00
Sven Oesau
9f049bd425
added missing header
2025-02-05 14:40:43 +01:00
Sven Oesau
61ab2d3bfd
bugfix
2025-02-05 13:47:31 +01:00
Sven Oesau
408730b30a
Median_of_rectangle: prevent using largest span of bbox as split axis when actual spread is 0
2025-02-05 13:29:02 +01:00
Sven Oesau
48569ff99c
prevent linearity in median splitters due to duplicated points
2025-01-30 16:55:51 +01:00
Sven Oesau
5b28489b16
fixed test_pmp_distance
2025-01-23 11:00:44 +01:00
Sven Oesau
4228eef10a
stop splitting nodes if the contained points are only duplicates
2025-01-21 11:51:03 +01:00
Sébastien Loriot
a831f0e855
fix function signature
2024-11-05 09:37:00 +01:00
Laurent Rineau
e8d819742b
Merge pull request #7686 from sloriot/SS-fix_size_after_remove
...
Correct size() in case some points were removed
2023-09-06 11:52:40 +02:00
Sébastien Loriot
f759a61349
correct size() in case some points were removed
2023-09-04 14:24:48 +02:00
Nuno Miguel Nobre
43d2188068
Fix typos in the user manual for the dD spatial searching pkg
2023-06-14 21:53:16 +01:00
Laurent Rineau
d2bc415a15
Merge pull request #6950 from lrineau/CGAL-allow_Epick_with_float-GF
...
Simple_precision_epick: an Epick-like kernel with float as FT
2023-05-04 16:37:17 +02:00
Laurent Rineau
1dce90ee79
Merge remote-tracking branch 'cgal/master' into CGAL-allow_Epick_with_float-GF
2023-04-07 10:59:51 +02:00
albert-github
2d60f46985
issue #7231 Improvement of layout of refines relations.
...
- Adjusted cgalRefines according to reviews
- Implemented it in all files
2023-03-14 17:37:50 +01:00
Laurent Rineau
1b223dfce3
Merge pull request #7219 from afabri/Spatial_searching-Epeck-GF
...
Spatial searching: Make weighted Minkowski Distance working with Epeck
2023-03-02 13:42:16 +01:00
Laurent Rineau
649539d573
Merge pull request #7219 from afabri/Spatial_searching-Epeck-GF
...
Spatial searching: Make weighted Minkowski Distance working with Epeck
2023-03-02 13:40:15 +01:00
Sébastien Loriot
9e137bca24
Merge 'cgal/master'
2023-01-31 12:26:55 +01:00
Mael Rouxel-Labbé
9976577f8d
Add missing headers
2023-01-30 11:57:56 +01:00
Andreas Fabri
7efd0593e7
fix typo
2023-01-29 17:04:41 +00:00
Mael
153c603209
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
2023-01-27 22:09:02 +01:00
Laurent Rineau
5f8930db8c
Merge branch '5.5.x-branch'
...
# Conflicts:
# Convex_hull_2/test/Convex_hull_2/ch_test_CH.cpp
# Convex_hull_2/test/Convex_hull_2/ch_test_SC.cpp
# Convex_hull_2/test/Convex_hull_2/ch_test_SH.cpp
# Convex_hull_2/test/Convex_hull_2/ch_test_SS.cpp
# Straight_skeleton_2/include/CGAL/constructions/Straight_skeleton_cons_ftC2.h
# Straight_skeleton_2/include/CGAL/predicates/Straight_skeleton_pred_ftC2.h
2023-01-27 21:16:14 +01:00
Laurent Rineau
8a6b583780
Merge pull request #6880 from soesau/PMP-tests_only_for_epeck-soesau
...
Pmp tests only for epeck
2023-01-27 21:02:26 +01:00
Laurent Rineau
92abb707a4
Merge pull request #7141 from ipadjen/Spatial_searching-example_projection
...
Add an example for spatial searching with projection
2023-01-27 21:02:14 +01:00
Laurent Rineau
68cca0f8a6
Merge pull request #7144 from sloriot/SS-faster_adapter
...
Replace shared_ptr with a plain copy
2023-01-27 20:52:18 +01:00
Andreas Fabri
74cae45be7
Document that it is not exact
2023-01-27 16:46:47 +00:00
Andreas Fabri
34ad3ded54
Spatial Searching: Make weighted Minkowski work with Epeck
2023-01-27 16:43:52 +00:00
albert-github
e837d1d6e6
Spelling correction in respect to function / variable names
...
Removed trailing whitespace
2023-01-13 18:59:45 +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
Sébastien Loriot
ecb987a9bf
do not use shared_ptr ...
...
... as it is more expensive (in small dimension at least) to
create than copying the point
2022-12-23 13:20:13 +01:00
Ivan Paden
f8a97387d7
Add an example for spatial searching with projection
2022-12-22 11:20:17 +01:00
Mael
0ff7882997
Merge branch 'master' into feature/bug_documentation_spell_20221113
2022-12-06 22:21:06 +01:00
Mael
6538b22e06
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
2022-12-05 16:03:41 +01:00
Laurent Rineau
67b5c791e9
Merge pull request #7075 from MaelRL/CGAL-Fix_some_links-GF
...
Update some links + https
2022-12-05 12:22:06 +01:00
Laurent Rineau
34e1157159
Merge pull request #7093 from afabri/Spatial_searching-Weighted_Minkowski_doc_fix-GF
...
Spatial_searching: Fix doc
2022-12-05 12:21:46 +01:00
Laurent Rineau
a59c56239f
Merge pull request #7093 from afabri/Spatial_searching-Weighted_Minkowski_doc_fix-GF
...
Spatial_searching: Fix doc
2022-12-05 11:57:01 +01:00
Andreas Fabri
2c8d317960
Spatial_searching: Fix doc
2022-11-29 10:45:00 +00:00
Mael Rouxel-Labbé
b5c21e1f5d
Http -> https + update some dead links
2022-11-23 18:54:37 +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
Laurent Rineau
92d8d1c805
Merge remote-tracking branch 'cgal/master' into CGAL-allow_Epick_with_float-GF
...
# Conflicts:
# Mesh_3/test/Mesh_3/test_meshing_3D_image.cpp
2022-11-08 12:11:06 +01:00
Laurent Rineau
1c5454dcbe
Add Converting_construction to Simple_precision_epick
...
The difficulty is to detect/define which constructions are "trivial"
and must not be wrapped into `Converting_construction`. Otherwise the
use of `Cartesian_converter`, that uses trivial constructions itself,
can lead to loops and infinite call stacks.
2022-10-28 12:07:58 +02:00
Andreas Fabri
57835beff8
Spatial_searching
2022-10-14 10:36:35 +01:00
Sven Oesau
9611c8f3c0
using epsilon tolerance for Simple_cartesian<double> instead of exact comparison
2022-10-01 16:09:30 +02:00
Mael Rouxel-Labbé
6f187f332c
Misc minor fixes/improvements
2022-09-14 14:08:23 +02:00
Mael Rouxel-Labbé
9b265fddf8
Uniformize REQUIRED / QUIET usage:
...
Following this:
- CGAL: always REQUIRED
- CGAL component: COMPONENT / OPTIONAL_COMPONENT (never QUIET)
- required 3rd party: (not QUIET) + message(NOTICE "") on NOT_FOUND
- optional 3rd party: QUIET + message(STATUS "") except for Polyhedron/demo
- 3rd party components: COMPONENT / OPTIONAL_COMPONENT
(QUIET depending on required or optional 3rd party)
2022-09-06 16:24:27 +02:00
Mael Rouxel-Labbé
4fc486b195
Purge CMakeLists.txts from obsolete code / noise
2022-09-06 16:19:11 +02:00