Commit Graph

111 Commits

Author SHA1 Message Date
Laurent Rineau cbad336cad fix issue #8811 2025-04-02 18:40:24 +02:00
Laurent Rineau dc99e29b11 fix a doxygen error
> unable to resolve reference to `Constrained_triangulation_3/conforming_constrained_Delaunay_triangulation_3_fpmap.cpp` for `\ref` command
2025-04-02 18:38:31 +02:00
Laurent Rineau 64d254b1fc fix an error in the doc: should be a comment 2025-04-02 18:37:49 +02:00
Laurent Rineau 4e9ecde5e1 merge my work into cgal/Triangulation_3-CDT_3-lrineau 2025-04-02 15:19:41 +02:00
Laurent Rineau fc6e62861f change the way to compute the default CDT type 2025-04-02 15:10:59 +02:00
Jane Tournois d1909f2e38 user manual 2025-04-01 18:08:14 +02:00
Jane Tournois 8873d24b44 add missing CGAL:: (compilation error in external project) 2025-04-01 15:36:15 +02:00
Jane Tournois b083e4638b add image for PLC 2025-04-01 10:42:35 +02:00
Jane Tournois cf29213fe9 add image 2025-04-01 09:16:07 +02:00
Laurent Rineau 398df2bf2a improve Conforming_constrained_Delaunay_triangulation_cell_base_3 2025-03-31 10:09:45 +02:00
Laurent Rineau f0cae98d57 remove unused named parameters pack 2025-03-29 01:53:21 +01:00
Laurent Rineau 71c5ad05ad fix warning about unused variable 2025-03-29 01:50:45 +01:00
Jane Tournois c4277fae8e add example using face_patch_map to user manual 2025-03-28 11:19:14 +01:00
Jane Tournois 52f6961f31 add schonhardt polyhedron 2025-03-28 09:58:27 +01:00
Laurent Rineau 684f0a76bc fix the example 2025-03-27 12:40:18 +01:00
Laurent Rineau 0691bd156f commit after a live review 2025-03-27 11:47:37 +01:00
Laurent Rineau 971271f610 fix the user examples with the patch id pmap
Note that the patches must be coplanar (almost coplanar).
2025-03-27 11:47:16 +01:00
Laurent Rineau b6cb3b380c fix indentation 2025-03-27 10:50:59 +01:00
Laurent Rineau b4db567119 rename Constraint_id (because that name refers to 2D constraints) 2025-03-27 10:50:58 +01:00
Jane Tournois 4645858736 use sharp_edges_segmentation face patch map 2025-03-25 18:25:57 +01:00
Jane Tournois 10feb68042 wip add an example using face_patch_map 2025-03-25 18:22:59 +01:00
Jane Tournois 6dfb0e4f6c user manual 2025-03-25 15:49:41 +01:00
Sébastien Loriot f52a6b843b fix some warnings 2025-03-20 20:37:00 +01:00
Jane Tournois 493b78a6d7 rename functions, remove useless duplicate, and order switch/case by vertex dim 2025-03-17 13:07:56 +01:00
Jane Tournois a034df31f2 add missing ; 2025-03-17 13:07:13 +01:00
Jane Tournois 176d44de88 change remeshing parameters 2025-03-14 16:35:00 +01:00
Jane Tournois fcb637bff5 prepare triangulation for tetrahedral_isotropic_remeshing() 2025-03-14 14:48:42 +01:00
Jane Tournois 9f34149717 examples in user manual 2025-03-11 12:39:45 +01:00
Jane Tournois bed5b9393b fix title 2025-03-11 12:12:05 +01:00
Jane Tournois 6ebcfc0563 user manual wip 2025-03-11 12:10:13 +01:00
Jane Tournois 2e79fb309f wip user manual cdt_3 2025-03-11 10:01:52 +01:00
Sébastien Loriot c65ed45431 fix warning and avoid a copy 2025-02-14 14:11:02 +01:00
Sébastien Loriot 6702a7ecb2 Revert "Add EXTENSION_MAPPING += dox-frag=md"
This reverts commit af1d9f58f4772eb5a0e4378df396918648ea7eb3.
2025-02-13 17:53:53 +01:00
Sébastien Loriot c443bbb0cb temporarily disable the static_assert's 2025-02-13 15:38:34 +01:00
Andreas Fabri a82f4ab99f Add EXTENSION_MAPPING += dox-frag=md 2025-02-13 13:50:37 +00:00
Andreas Fabri 5716d3082c Add dependency for Identity_property_map link 2025-02-13 10:01:50 +00:00
Sébastien Loriot 9c7bb82e5d relates and groups are somehow incompatible as the doc is then supposed
to be move in the class
2025-02-13 10:43:44 +01:00
Sébastien Loriot bedd092f67 workaround doc issues 2025-02-13 10:18:48 +01:00
Laurent Rineau 9572c603d5 fix the static assertions about nothrow-movable
```
/mnt/testsuite/include/CGAL/Conforming_constrained_Delaunay_triangulation_3.h:543:23: error: static assertion failed
  543 |   static_assert(CGAL::is_nothrow_movable_v<CDT_3_impl>);
      |                 ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
```
2025-02-12 13:53:18 +01:00
Laurent Rineau 87e979160f min/max issues 2025-02-12 13:38:49 +01:00
Laurent Rineau 39102f0449 more check of the use of `<format>` 2025-02-12 11:45:10 +01:00
Laurent Rineau 192c60184e fix a warning 2025-02-12 11:44:52 +01:00
Laurent Rineau a2571bbab8 Merge remote-tracking branch 'lrineau/CGAL-followup_PR_8170-lrineau' into Triangulation_3-CDT_3-lrineau 2025-02-11 18:26:52 +01:00
Laurent Rineau b9cfa603b5 remove unnecessary INPUT variable from Doxyfile for CDT_3
That variable set to `${CGAL_PACKAGE_INCLUDE_DIR}`, and that triggered the inclusion of all CGAL in the CDT_3 documentation, with a flat release.
2025-01-10 11:54:34 +01:00
Laurent Rineau cc6a40564b improve read_polygon_mesh_for_cdt_3
I have added comments on the block of code that triangulates the polygon on-the-fly
2024-12-06 16:07:31 +01:00
Laurent Rineau 05d9329502 add an explicit return section (discussion with Andreas) 2024-12-06 16:05:05 +01:00
Laurent Rineau ce7e271800 add a ref to does_triangle_soup_self_intersect (suggested by Mael) 2024-12-06 16:04:27 +01:00
Laurent Rineau 49b6ced8cc commit Jane's suggestion of wording
Co-authored-by: Jane Tournois <janetournois@users.noreply.github.com>
2024-12-05 16:35:37 +01:00
Laurent Rineau b54b80f412 fix and improvement during peer-review with Jane 2024-12-05 16:13:16 +01:00
Laurent Rineau ed2e57e262 factorize a paragraph to an \include[doc] 2024-12-04 11:19:24 +01:00