Add CGAL to users.adoc - #594
Conversation
|
An automated preview of the documentation is available at https://594.graph.prtest3.cppalliance.org/libs/graph/doc/html/index.html If more commits are pushed to the pull request, the docs will rebuild at the same URL. 2026-09-08 07:07:04 UTC |
|
If the maintainers were interested, we can also provide a page similar to the page concerning LEDA. Although, I must say that I do not like the word "conversion", but prefer "adaption", as conversion sounds like creating a new representation. |
|
Hi @afabri ! Good to hear from you ! |
|
Boost dependency footprint vs Header-inclusion weights (graph files pulling each direct dependency in): No header-inclusion-weight changes. Transitive Boost modules: 47 → 47 (0) |
|
Compiler-warning counts vs
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! 🚀 New features to boost your workflow:
|
Before submitting
developbranch.Type of change
Does this PR introduce a breaking change?
What this PR does
This PR adds a link to the chapter of the documentation of the CGAL Library to the list of projects using the BGL
Motivation
First, CGAL provides models to the boost concept
Graph. This enables to run any BGL algorithm directly on a triangle mesh.Second, inspired by the design of the BGL, we add the concept
FaceGraphwhich has aface_descriptor. As meshes have an embedding, we exploit that edges are sorted around vertices.Testing
I only added a URL
Checklist
b2in thetest/directory).