-
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
Mesh_3: Specific domain for Poisson reconstruction #8771
base: master
Are you sure you want to change the base?
Conversation
some documentation fixes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remarks due to warnings in overnight documentation build https://cgal.geometryfactory.com/CGAL/Manual_doxygen_test/CGAL-6.1-Ic-108/logs_master/Poisson_surface_reconstruction_3.log
/home/cgal-testsuite/cgal_doc_build/CGAL-6.1-Ic-108/include/CGAL/Poisson_mesh_domain_3.h:51: warning: Found non-existing group 'PkgMesh3Domains' for the command '@ingroup', ignoring command
/home/cgal-testsuite/cgal_doc_build/CGAL-6.1-Ic-108/include/CGAL/Poisson_mesh_domain_3.h:46: warning: unexpected end of comment while inside <ul> block
/home/cgal-testsuite/cgal_doc_build/CGAL-6.1-Ic-108/include/CGAL/Poisson_mesh_domain_3.h:120: warning: unable to resolve reference to 'bgl_namedparameters' for \ref command
/home/cgal-testsuite/cgal_doc_build/CGAL-6.1-Ic-108/include/CGAL/Poisson_mesh_domain_3.h:126: warning: unable to resolve reference to 'bgl_namedparameters' for \ref command
/home/cgal-testsuite/cgal_doc_build/CGAL-6.1-Ic-108/include/CGAL/Poisson_mesh_domain_3.h:183: warning: unable to resolve reference to 'bgl_namedparameters' for \ref command
/home/cgal-testsuite/cgal_doc_build/CGAL-6.1-Ic-108/include/CGAL/Poisson_mesh_domain_3.h:189: warning: unable to resolve reference to 'bgl_namedparameters' for \ref command
Poisson_surface_reconstruction_3/include/CGAL/Poisson_mesh_domain_3.h
Outdated
Show resolved
Hide resolved
Poisson_surface_reconstruction_3/include/CGAL/Poisson_mesh_domain_3.h
Outdated
Show resolved
Hide resolved
Poisson_surface_reconstruction_3/include/CGAL/Poisson_mesh_domain_3.h
Outdated
Show resolved
Hide resolved
depends on #8781 |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
/build:v0 |
The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/8771/v0/Manual/index.html |
/force-build:v0 |
The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/8771/v0/Manual/index.html |
...e_reconstruction_3/doc/Poisson_surface_reconstruction_3/Poisson_surface_reconstruction_3.txt
Outdated
Show resolved
Hide resolved
...e_reconstruction_3/doc/Poisson_surface_reconstruction_3/Poisson_surface_reconstruction_3.txt
Outdated
Show resolved
Hide resolved
...e_reconstruction_3/doc/Poisson_surface_reconstruction_3/Poisson_surface_reconstruction_3.txt
Outdated
Show resolved
Hide resolved
Poisson_surface_reconstruction_3/include/CGAL/Poisson_mesh_domain_3.h
Outdated
Show resolved
Hide resolved
* Indeed, the returned point is the first intersection of `[a,b]` | ||
* with a subdomain surface. | ||
*/ | ||
Intersection operator()(const Point_3& a, const Point_3& b) const |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd leave a comment (undocumented) to explain somewhere why we use this class.
Also, couldn't we factorize the implementation with the Labeled mesh domain's (something akin to having an internal function that takes 2 points and a function and does the bisection)? We could probably just have this Construct_intersection inherits the base's too and only redefine the operator()
(which would call the factorized internal function) and ..._object()
...e_reconstruction_3/doc/Poisson_surface_reconstruction_3/Poisson_surface_reconstruction_3.txt
Outdated
Show resolved
Hide resolved
...e_reconstruction_3/doc/Poisson_surface_reconstruction_3/Poisson_surface_reconstruction_3.txt
Show resolved
Hide resolved
Poisson_surface_reconstruction_3/include/CGAL/Poisson_mesh_domain_3.h
Outdated
Show resolved
Hide resolved
...e_reconstruction_3/doc/Poisson_surface_reconstruction_3/Poisson_surface_reconstruction_3.txt
Outdated
Show resolved
Hide resolved
...e_reconstruction_3/doc/Poisson_surface_reconstruction_3/Poisson_surface_reconstruction_3.txt
Outdated
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/8771/v1/Manual/index.html |
Summary of Changes
Creating Poisson_mesh_domain including optimizations for Poisson from Surface_mesher
Release Management
Poisson_implicit_surface_3
for Mesh_3 (for CGAL-6.1) #8266