Sébastien Loriot
|
cc77715588
|
Merge pull request #6849 from JulyCode/gsoc2022-isosurface
Isosurfacing_3 (new package)
|
2025-04-03 21:41:22 +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é
|
691fd789f9
|
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
|
2025-03-24 21:34:55 +01:00 |
Andreas Fabri
|
ce56424cd5
|
Add example; polish doc
|
2025-03-20 11:59:08 +01:00 |
Andreas Fabri
|
94801e8826
|
polish doc
|
2025-03-18 17:42:43 +01:00 |
Jane Tournois
|
bcac630220
|
rename to dijkstra_shortest_path()
|
2025-03-18 17:11:00 +01:00 |
Jane Tournois
|
e029ad568a
|
doc
|
2025-03-04 14:37:48 +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 |
Sébastien Loriot
|
b879d39472
|
Merge remote-tracking branch 'cgal/6.0.x-branch'
|
2025-02-12 19:49:46 +01:00 |
Sébastien Loriot
|
9b1c378424
|
Merge remote-tracking branch 'cgal/5.6.x-branch' into 6.0.x-branch
|
2025-02-12 19:49:09 +01:00 |
Jane Tournois
|
96cd968423
|
a little bit of doc + rename "mesh" to "graph"
|
2025-02-03 12:41:19 +01:00 |
Mael
|
68e7bfa4aa
|
Might as well use the real type
|
2025-01-28 21:07:58 +01:00 |
Mael Rouxel-Labbé
|
8c5515bb42
|
Fix types
|
2025-01-28 21:05:27 +01:00 |
Sébastien Loriot
|
b32558b87e
|
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
|
2024-12-16 11:47:34 +01:00 |
Mael Rouxel-Labbé
|
f6a121d335
|
Add doc for BGL's remove_degree_2_vertex()
|
2024-12-16 09:20:21 +01:00 |
Sébastien Loriot
|
51b98e9cc2
|
add doc
|
2024-10-24 16:54:15 +02:00 |
Mael Rouxel-Labbé
|
67aba3fefe
|
Merge remote-tracking branch 'cgal/master' into gsoc2022-isosurface
|
2024-06-20 10:18:49 +02:00 |
Laurent Rineau
|
c4165fe5f9
|
Merge pull request #7439 from MaelRL/PMP-Remove_degen_faces-no-clear-GF
Introduce remove_all_elements(Graph)
|
2024-04-22 14:54:18 +02:00 |
Sébastien Loriot
|
dc06506a04
|
fix a2b7a72752
|
2024-04-09 13:43:25 +02:00 |
Laurent Rineau
|
4677ece3da
|
Merge pull request #7712 from sloriot/BGL-dynamic_with_default
Adding a default to dynamic property maps
|
2024-04-05 14:25:20 +02:00 |
Andreas Fabri
|
caa8aaaa21
|
merge master
|
2024-04-03 14:09:39 +01:00 |
Sébastien Loriot
|
12c80ac512
|
Merge remote-tracking branch 'cgal/master' into HEAD
|
2024-03-25 10:21:41 +01:00 |
Sébastien Loriot
|
f3c9181718
|
add documentation
|
2024-03-25 10:18:34 +01:00 |
Mael Rouxel-Labbé
|
5e38ed54df
|
Fix double "Figure" in doc
|
2024-03-22 17:33:43 +01:00 |
Andreas Fabri
|
a2b7a72752
|
Create a doxygen grup for generators
|
2024-03-15 13:11:30 +01:00 |
Sébastien Loriot
|
dc3d4a7c51
|
use the right config flag
|
2024-03-14 16:24:56 +01:00 |
Jane Tournois
|
6b75fea902
|
move triangulation step into make_hexahedron(8 points)
|
2024-03-06 14:48:01 +01:00 |
Mael Rouxel-Labbé
|
61ad28c80c
|
Swap the contents of CGAL/IO/polygon_mesh_io.h and CGAL/BGL/IO/polygon_mesh_io.h
|
2023-12-13 09:58:06 +01:00 |
albert-github
|
32054661c7
|
issue #7395 Improvement of layout of model relations
Replacing the `cgalModelsBare` construct with a `begin` / `end` construct so no less understandable constructs with `\,` and `\n` are necessary.
|
2023-07-21 19:21:09 +02:00 |
albert-github
|
4e5578d469
|
issue #7395 Improvement of layout of model relations
- based on review
|
2023-07-15 13:12:15 +02:00 |
albert-github
|
301728a8a9
|
issue #7395 Improvement of layout of model relations
- Completed the cgalModels part
|
2023-07-09 12:43:36 +02:00 |
albert-github
|
ee2a55279d
|
issue #7395 Improvement of layout of model relations
- Completed the cgalHasModel part
- corrected spelling of `Has Model` and `Is Model Of` to `Has model` and `Is model of`
|
2023-07-06 17:35:34 +02:00 |
Mael Rouxel-Labbé
|
a69a2f54c6
|
Rename to avoid conflict with STL
|
2023-05-16 14:21:27 +02:00 |
Mael Rouxel-Labbé
|
931270b66d
|
Introduce CGAL::empty(), which only clears combinatorial information
And leaves everything else like internal property maps and garbage.
|
2023-05-15 12:35:52 +02:00 |
Laurent Rineau
|
824976a003
|
Merge pull request #7236 from albert-github/feature/issue_7231
issue #7231 Improvement of layout of refines relations.
|
2023-04-17 10:14:01 +02:00 |
Andreas Fabri
|
fcef17c918
|
Surface_mesh: Add example for accessing points
|
2023-03-21 09:44:49 +01: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 |
albert-github
|
62a31babbd
|
spelling corrections
Some spelling corrections (Directories starting with `B`)
|
2022-11-14 17:44:33 +01:00 |
Sébastien Loriot
|
ff16bec071
|
clean up EXAMPLE_PATH
|
2022-05-23 16:52:17 +02:00 |
Sebastien Loriot
|
b9fabbe116
|
Merge pull request #6550 from afabri/BGL-adjacency_iterator-GF
BGL: Add adjacency_iterator for several classes
|
2022-05-13 15:51:44 +02:00 |
Sébastien Loriot
|
2ba764377d
|
fix doc warnings
|
2022-05-10 10:42:48 +02:00 |
Laurent Rineau
|
3177ec94c9
|
Merge pull request #6498 from MaelRL/BGL-Fix_IO_link-GF
Fix broken BGL ref manual link
|
2022-05-06 14:22:04 +02:00 |
Andreas Fabri
|
380704bf67
|
Arrangement and update documentation
|
2022-05-03 15:31:09 +01:00 |
Mael Rouxel-Labbé
|
eb8cbe67bd
|
Fix broken link
|
2022-04-20 10:14:12 +02:00 |
Sébastien Loriot
|
75b03e6c0a
|
use_default_values() -> default_values()
|
2022-01-10 18:36:37 +01:00 |
Sébastien Loriot
|
6d3176e061
|
move Named_parameters class in STL_extension
helpers stay in BGL because it depends on BGL tags
|
2022-01-07 15:12:22 +01:00 |
Sébastien Loriot
|
a6d9b99466
|
move macros in BaseDoxyfile
|
2022-01-04 11:10:09 +01:00 |
Sébastien Loriot
|
7900a96115
|
start documenting use_default_values()
|
2022-01-03 16:31:09 +01:00 |
Laurent Rineau
|
f581ff74d3
|
Merge pull request #5427 from sloriot/CGAL_data-moving_files
Regroup data: moving files
# Conflicts:
# Nef_3/archive/triangulation/include/CGAL/partition_is_valid_2.h
|
2021-10-07 14:44:01 +02:00 |
Sébastien Loriot
|
d40b1e150d
|
remove off from doc example
|
2021-10-05 17:42:25 +02:00 |