Sébastien Loriot
a9b369650a
Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/6.1.x-branch'
2025-11-06 10:04:46 +01:00
Sven Oesau
9e36c6744b
adding support for Eigen3 5.0.0
...
moving the Eigen3 version check into CGAL_Eigen3_support.cmake
2025-11-06 10:01:01 +01:00
Laurent Rineau
e5001d1a50
update our CMake version 3.18...3.31
...
That will suppress the warnings about `CMP0167` (from CMake 3.30):
```
CMake Warning (dev) at cmake/modules/display-third-party-libs-versions.cmake:37 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
```
2025-02-04 14:32:37 +01:00
Laurent Rineau
439df7472b
leftovers I had not pointed out
...
I have reviewed all modifications. It should be the last batch.
2024-10-17 10:39:03 +02:00
Laurent Rineau
96cd3e6f09
Merge remote-tracking branch 'cgal/master' into pr/afabri/8528
2024-10-17 00:25:24 +02:00
Andreas Fabri
9edf6eadc7
Cleanup in Shape_detection
2024-10-10 13:35:15 +01:00
Andreas Fabri
9e75ab340d
Use add_compile_definitions
2024-10-09 11:58:52 +01:00
Andreas Fabri
527569346e
CGAL: Modernize CMakeLists.txt
2024-10-08 17:02:41 +01:00
Sven Oesau
40581dd252
bug fixes
2024-09-12 16:04:10 +02:00
Laurent Rineau
3a223ebd1e
cmake_minimum_required(VERSION 3.12...3.29)
2024-06-06 20:19:44 +02:00
Sébastien Loriot
bbc48b2c7e
more fixes
...
use Mesh_3::internal::get_index
std::dynamic_point_cast
std::get_if
2023-06-15 10:57:10 +02:00
Sébastien Loriot
71b4e4f08f
boost::shared_ptr => std::shared_ptr
2023-06-15 10:57:01 +02:00
Sébastien Loriot
7ff85c0444
fix warnings and typo
2023-03-14 14:22:21 +01:00
Sven Oesau
41b1a655e6
bugfix region_map
2023-03-10 10:58:10 +01:00
Sébastien Loriot
648377f127
fix np name + plug region growing in decimation plugin + change cosinus sign in decimate + update doc
2023-03-02 19:08:10 +01:00
Sébastien Loriot
640910288b
Merge remote-tracking branch 'cgal/master' into Region_growing-revision-soesau
2023-02-16 14:18:17 +01:00
Sébastien Loriot
c1165a79aa
rename named parameter
2023-02-16 11:25:23 +01:00
Sébastien Loriot
cd76994056
rename property map and deprecated old name
2023-01-18 13:45:37 +01: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é
7cb21c24b0
Uniformize message() for missing 3rd party libraries
...
STATUS for non-essential, NOTICE for important stuff
2022-09-06 16:07:31 +02:00
Mael Rouxel-Labbé
28ba446895
Clean (some) CMakeLists.txt indentation
2022-09-06 15:38:18 +02:00
Sébastien Loriot
b8711b4bf5
number of regions changed since we fit triangles and no longer points
2022-08-04 09:55:56 +02:00
Sébastien Loriot
53cd79fa1a
remove trailing whitespaces
2022-08-02 13:30:16 +02:00
Sébastien Loriot
e344d43259
remove free_functions.h and update tests
2022-08-02 10:27:55 +02:00
Sébastien Loriot
f693471647
finally get rid of conditional_deref
2022-07-22 16:07:06 +02:00
Sébastien Loriot
2541f7c22c
pass the maps
2022-07-22 13:57:59 +02:00
Sébastien Loriot
5b77ac4149
remove some conditional_deref
2022-07-22 12:10:43 +02:00
Sébastien Loriot
fc4b1870c4
update tests to new API
2022-07-22 11:44:47 +02:00
Sébastien Loriot
367f3805ad
remove region growing on polylines
...
not being able to share vertices does not really
make sense for a polyline. Segment_set should
be used instead
2022-07-19 17:33:04 +02:00
Sébastien Loriot
2c1a0fddd7
remove range as template parameter for Polygon_mesh classes
2022-07-19 17:18:20 +02:00
Sébastien Loriot
85bf2ef2b4
remove more conditional_ref from segment_set class
2022-07-19 15:28:05 +02:00
Sébastien Loriot
b89bb215d3
WIP: removing InputRange from type definition
2022-07-18 18:04:45 +02:00
Sébastien Loriot
d7a339d621
remove the need to keep a reference to the input range
2022-07-12 15:46:57 +02:00
Sébastien Loriot
2f47bbb599
remove input range from Region_growing parameters
2022-07-11 16:59:48 +02:00
Sven Oesau
6f24d198cc
removal of Result_type and Unassigned_type from Region_growing
...
changed Primitive type declarations
2022-07-06 14:58:29 +02:00
Sven Oesau
24e0d3b194
moving free_functions out of internal
2022-07-05 10:12:42 +02:00
Sven Oesau
51884f52e1
renaming triangle_mesh namespace back to polygon_mesh namespace
2022-07-04 14:18:07 +02:00
Sven Oesau
7866ab54bb
removed RefInput_range parameter
2022-06-24 12:39:13 +02:00
Sven Oesau
17e0923058
Merge branch 'master' into Region_growing-revision-soesau
2022-06-24 11:06:56 +02:00
Sven Oesau
00601b4801
added region_index_map to Region_growing that maps Item (or face_descriptor) to std::size_t
...
removed Item_property_map, Item_to_index_property_map and Item_to_region_index_map
various fixes for clang errors/warnings
2022-06-23 16:28:28 +02:00
Sven Oesau
6d469d33cd
replaced std::vector<size_t> as region type by vector of input data dependent type
...
changing seed map to vector of input data dependent type
2022-06-21 12:47:41 +02:00
Sven Oesau
52a7c01637
providing shape parameters of detection shapes
...
introducing Primitive typedef to all region types
Outputiterator for region growing now needs to accept std::pair<Primitive, std::vector<std::size_t> >
2022-06-02 17:36:40 +02:00
Sven Oesau
72396b638f
using proper point clouds for sphere and cylinder tests
2022-06-02 11:48:46 +02:00
Sven Oesau
cb0f9475dc
renaming Polygon_mesh namespace to Triangle_mesh
...
renaming Region_growing_X subfolders to X
2022-05-24 21:11:32 +02:00
Sven Oesau
da14e50a45
fixed number of regions in tests
2022-05-24 15:43:00 +02:00
Sébastien Loriot
66619dbed0
no need to pass property maps
2022-05-18 16:15:02 +02:00
Sven Oesau
447f52cbc4
Moved property maps back into NamedParameters
2022-05-13 13:36:43 +02:00
Sven Oesau
e5ebd268ef
Consolidated free_functions.h
...
Moved property maps outside of NamedParameters for point-based region growing
2022-05-13 08:57:39 +02:00
Laurent Rineau
2288225448
Massive update of CMake policies to version 3.23
2022-05-06 09:34:35 +02:00