-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] CGAL 3D conforming constrained Delaunay triangulation #8186
base: master
Are you sure you want to change the base?
Conversation
That option allows to use, or not, the previous implementation of the cavity construction, to compare.
That makes `1435440-min2.off` pass.
If the output iterator is a function-output-iterator, then the cell is already correctly constructed. Also, rename `fit` to `cit`
That throws an assertion, instead of calling `abort()`.
``` /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>); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ```
to be move in the class
In the overnight documentation build for the 1.9.6 version I saw:
it might be that adding the following
will solve this for the 1.9.6 (and 1.8.13) version. |
In which file? |
Documentation/doc/resources/1.9.6/BaseDoxyfile.in and Documentation/doc/resources/1.8.13/BaseDoxyfile.in or alternatively in the Doxyfile.in of this project |
At least for VC++, this |
I already fixed doxygen |
This reverts commit af1d9f5.
Warning
|
Warning
|
Summary of Changes
This submission contributes 3D Constrained Delaunay triangulations to CGAL.
TODO list
Release Management
Affected package(s): new package, with a few modified packages (TBD...)
Feature/Small Feature (if any): Features/3D Constrained Delaunay triangulations
Link to compiled documentation: ref manual (wip), package overview (wip), missing user manual
License and copyright ownership: GPLv3+, owned by GeometryFactory