Sébastien Loriot
eb368a5625
Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/master'
2025-05-26 12:02:37 +02:00
Sven Oesau
d8e17c22c5
Don't generate a CMake error if GMP has not been found
2025-05-15 10:43:34 +02:00
Sebastien Loriot
88b04384ba
Basic viewer improvements ( #8850 )
...
_Please use the following template to help us managing pull requests._
## Summary of Changes
Some improvements to the basic viewer.
Following the GSOC 2024 project, see PR #8444 , extract all the
modifications that concern the current basic_viewer qt (and keep in the
original PR the new basic viewer glfw that could be considered later).
## Changes to the documentation
- in `Graphics_scene`, functions to set/get default colors:
[diff](https://github.com/CGAL/cgal/pull/8850/files#diff-74c5383fef398c7cb3dbfaa8cbc836dbc5a3ad0a7b450442948e7e32d54ced47 ),
and
[documentation](https://cgal.github.io/8850/doc/Basic_viewer/classCGAL_1_1Graphics__scene.html )
- in `Basic_viewer`, same functions, plus functions for sizes:
[diff](https://github.com/CGAL/cgal/pull/8850/files#diff-cc9bfe7d72d61000248f90b7648c07decb71fd8a400ca54e3ecc8c808b0f70fa ),
and
[documentation](https://cgal.github.io/8850/doc/Basic_viewer/classCGAL_1_1Qt_1_1Basic__viewer.html ).
## Release Management
* Affected package(s): Basic_viewer
2025-05-12 14:06:35 +02:00
Sebastien Loriot
ac763ef561
Mesh_3: Specific domain for Poisson reconstruction ( #8771 )
...
## Summary of Changes
Creating Poisson_mesh_domain including optimizations for Poisson from
Surface_mesher
## Release Management
* Affected package(s): Mesh_3, Poisson_reconstruction_3
* small feature:
https://cgalwiki.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Poisson_mesh_domain
-- pre-approved 18 April 2025
* Issue(s) solved (if any): fix #8266
2025-05-07 09:42:25 +02:00
Laurent Rineau
010adccdec
fix the mentions of CGAL_USE_BASIC_VIEWER_QT (with the Qt suffix)
2025-05-02 09:22:38 +02:00
albert-github
6153228234
Spelling corrections
...
Spelling corrections.
2025-04-29 19:11:01 +02:00
Guillaume Damiand
807806b1db
add alias target to keep old name CGAL::CGAL_Basic_viewer.
2025-04-25 17:19:05 +02:00
Sébastien Loriot
cb747e8201
Merge pull request #8721 from sloriot/PMP-new_clip
...
Add refine_with_plane and new fast clip method
2025-04-24 20:43:26 +02:00
Guillaume Damiand
b9efd6983c
replace macro CGAL_USE_BASIC_VIEWER by CGAL_USE_BASIC_VIEWER_QT
2025-04-17 17:45:10 +02:00
Guillaume Damiand
219ea871d7
copy the parts of gsoc2024-basic_viewer_glfw-tgrillon that concern only the qt basic viewer
2025-04-17 15:55:54 +02:00
Sébastien Loriot
cc77715588
Merge pull request #6849 from JulyCode/gsoc2022-isosurface
...
Isosurfacing_3 (new package)
2025-04-03 21:41:22 +02:00
Sébastien Loriot
6188aae5e5
Merge pull request #8259 from loic-dubois/Hyperbolic_surface_triangulation_2-dubois
...
Hyperbolic surface triangulation 2 (new package)
2025-04-03 19:18:58 +02:00
Sébastien Loriot
7ff41a8950
Merge pull request #7837 from hoskillua/gsoc2023
...
GSoC2023 - ACVD for Simplification & Remeshing
2025-04-03 18:00:57 +02:00
Mael Rouxel-Labbé
55962d76e3
Update CHANGES.md
2025-04-03 16:26:00 +02:00
Sebastien Loriot
ede0864914
BGL - add `CGAL::dijkstra_shortest_path(vs, vt, mesh)` ( #8724 )
...
## Summary of Changes
computes the shortest path between two vertices, using Dijkstra
algorithm
Todo
- [x] write doc and integrate to
- [x] add np
- [x] add measure to define what "shortest" means
- [x] add to ref manual top page
- [x] use in demo code
## Release Management
* Affected package(s): BGL
* [Small
feature](https://cgalwiki.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Add_CGAL::shortest_path(vs,_vt) )
* Link to compiled documentation
[CGAL::shortest_path_between_two_vertices()](https://cgal.github.io/8724/v0/BGL/group__PkgBGLTraversal.html#ga5627dee8a6fe4d238cb5c91e123aa763 )
* License and copyright ownership: unchanged
2025-04-03 16:07:02 +02:00
Mael Rouxel-Labbé
19a0e6e2a7
Update CHANGES.md
2025-04-03 15:54:05 +02:00
Mael Rouxel-Labbé
f5f5727d50
Update CHANGES.md
2025-04-03 15:44:50 +02:00
Sven Oesau
e1c6a9365e
Merge branch 'master' into Mesh_3-Poisson_domain-GF
2025-03-31 14:48:20 +02:00
Sebastien Loriot
3483e40b10
Mesh_3 - add `surface_only()` named parameter ( #8781 )
...
## Summary of Changes
Add the option `surface_only()` to `make_mesh_3()`, to completely skip
the "refine_cells" part of Mesh_3, and cancel perturbation and
exudation.
@soesau and I noticed that scanning cells, even in the context of
"Surface mesher", takes a lot of useless time.
@soesau you can use this branch for your benchmark
@lrineau do you think `surface_only` should be a member of `Mesher_3` or
a parameter of `Mesher_3::refine_mesh()` (as done here)?
## Release Management
* Affected package(s): Mesh_3
* [Small
Feature](https://cgalwiki.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Mesh_3_surface_only() )
Pre-approved by
[User:Sloriot](https://cgalwiki.geometryfactory.com/CGAL/Members/wiki/User:Sloriot )
-- 2025/03/17
* Link to compiled documentation
[make_mesh_3()](https://cgal.github.io/8781/v0/Mesh_3/group__PkgMesh3Functions.html#gac8599a0c967075f740bf8e2e92c4770e )
and
[parameters::surface_only()](https://cgal.github.io/8781/v0/Mesh_3/group__PkgMesh3Parameters.html#gaa2618c09b6117d7caab12dccca16ee58 )
* License and copyright ownership: unchanged
2025-03-28 18:23:22 +01:00
Sébastien Loriot
5a83d07e6d
Merge remote-tracking branch 'cgal/6.0.x-branch' into master
2025-03-28 18:16:42 +01:00
Sébastien Loriot
a3db73dc68
Merge remote-tracking branch 'cgal/5.6.x-branch' into cgal/6.0.x-branch
2025-03-28 18:15:16 +01:00
Sébastien Loriot
f3ff704eea
Merge pull request #8554 from afabri/PMP-PoissonDiskSampling-GF
...
Add Weighted Sample Elimination
2025-03-28 18:03:36 +01:00
Sébastien Loriot
b99c75acaf
rename function
2025-03-27 14:45:11 +01:00
Sébastien Loriot
0e8bfaacc3
take review into account
2025-03-27 14:33:23 +01:00
Laurent Rineau
2b8c2ef36f
Merge remote-tracking branch 'cgal/master' into pr/soesau/8771-2
2025-03-26 14:30:50 +01:00
Sébastien Loriot
a2556bb9ec
update changes for cut_with_plane
2025-03-25 23:53:35 +01:00
Sébastien Loriot
d51af86a65
update changes
2025-03-25 23:51:20 +01:00
Sébastien Loriot
546f823b48
replace split with plane with new implementation based on clip_with_plane
2025-03-25 22:25:42 +01:00
Sébastien Loriot
15da6dab19
replace clip with plane with new implementation based on clip_with_plane
2025-03-25 21:41:53 +01:00
Mael Rouxel-Labbé
691fd789f9
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
2025-03-24 21:34:55 +01:00
Sébastien Loriot
cf301c4d22
Merge pull request #8786 from efifogel/Aos_2-fixes-efif
...
Fixed do_intersect() of curves (provided by Edkirito).
2025-03-24 11:51:09 +01:00
Sébastien Loriot
e463bcaec1
Merge pull request #8713 from efifogel/Aos_2-traits_concept-efif
...
Aos 2 traits concept efif
2025-03-24 11:45:17 +01:00
Andreas Fabri
2eb0a36383
Add to change log
2025-03-20 10:34:15 +01:00
Sven Oesau
f4ae852e85
updated Changed.md
...
[skip ci]
2025-03-19 11:53:46 +01:00
Laurent Rineau
ab56f763cd
sort 3rd party libs by name
2025-03-17 14:18:46 +01:00
Sebastien Loriot
5451674075
Aos 2 dcel extension efif ( #8710 )
...
## Summary of Changes
The changes fix a bug in the extensions of vertex and halfedge types of
the DCEL when used to instantiate Arrangement_with_history_2 or similar
arrangement classes that derive from Arrangement_2.
Typically, only the face type is extended or all the 3 types (vertex,
halfedge, and face) are extended, and for such extensions we have
dedicated class templates. The bug shows up when trying to extend any
other subset of the 3 types, and apparently, this hasn't been used much
with Arrangement_with_history_2.
## Release Management
* Affected package(s): Arrangement_on_surface_2
* Issue(s) solved (if any): NA
* Feature/Small Feature (if any): NA
* Link to compiled documentation: NA
* License and copyright ownership: TAU
2025-03-17 09:11:49 +01:00
Efi Fogel
30e5d27ffc
Added comment of a fix in the 2D Arrangement on Surface package
2025-03-15 12:09:10 +02:00
Jane Tournois
b3f438ea51
CHANGES.md
2025-03-13 15:45:43 +01:00
Sven Oesau
9cb7c57345
removing FindEigen3.cmake
...
as it is outdated and no longer required
2025-03-10 15:56:40 +01:00
Sven Oesau
058d7705fa
[skip ci]
2025-02-25 13:20:52 +01:00
Sven Oesau
e4f420b53a
update changes.md
...
[skip ci]
2025-02-25 13:19:55 +01:00
Sven Oesau
72b6c16fff
updated changes.md
2025-02-25 12:42:57 +01:00
Efi Fogel
5ea830d030
Merge branch 'master' into Aos_2-traits_concept-efif
2025-02-18 17:32:57 +02:00
Sébastien Loriot
b589c88869
Merge remote-tracking branch 'cgal/master' into gsoc2023-hoskillua
2025-02-13 01:00:12 +01:00
Sébastien Loriot
06b511cc65
Merge pull request #6088 from sloriot/PMP-add_discrete_curvature
...
Add functions to compute discrete curvatures
2025-02-12 21:22:40 +01:00
Sébastien Loriot
de1fb95d15
Merge pull request #8658 from MaelRL/Tr-Document_point-GF
...
Document `point()` in all triangulations
2025-02-12 21:18:27 +01:00
Sébastien Loriot
9c536ddae6
Merge pull request #8234 from MaelRL/BGL-Add_remove_deg_2_vertex-GF
...
Add an Euler operation to remove degree 2 vertices
2025-02-12 21:17:43 +01:00
Sebastien Loriot
8836f5e705
Polygon repair using union and intersection ( #8510 )
...
## Summary of Changes
Add new repair rules in Polygon_repair package
## Release Management
* Affected package(s): Polygon_repair
* Feature/Small Feature (if any):
[link](https://cgalwiki.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/Polygon_repair_union_intersection )
-- **pre-approval 2025/01/03**
* Link to compiled documentation:
[link](https://cgal.geometryfactory.com/~afabri/Repair/Manual/packages.html#PkgPolygonRepair )
* License and copyright ownership: GF
2025-02-12 19:47:30 +01:00
Laurent Rineau
4e5fed81de
fix a bug when `CGAL_BRANCH_BUILD` is falsy (in testsuite tarballs for example)
2025-02-10 15:08:19 +01:00
Mael
b2ea32cafc
Fix typo
...
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2025-02-10 14:22:54 +01:00