Skip to content
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

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

soesau
Copy link
Member

@soesau soesau commented Mar 5, 2025

Summary of Changes

Creating Poisson_mesh_domain including optimizations for Poisson from Surface_mesher

Release Management

@MaelRL MaelRL added Not yet approved The feature or pull-request has not yet been approved. Small feature labels Mar 11, 2025
@MaelRL MaelRL added this to the 6.1-beta milestone Mar 11, 2025
Copy link
Contributor

@albert-github albert-github left a 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

@soesau soesau added the depends on another PR This pull-request should only be merged after other ones. label Mar 13, 2025
@soesau
Copy link
Member Author

soesau commented Mar 13, 2025

depends on #8781

@soesau

This comment was marked as outdated.

This comment was marked as outdated.

@soesau
Copy link
Member Author

soesau commented Mar 19, 2025

/build:v0

Copy link

The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/8771/v0/Manual/index.html

@MaelRL MaelRL removed the depends on another PR This pull-request should only be merged after other ones. label Mar 28, 2025
@soesau
Copy link
Member Author

soesau commented Mar 31, 2025

/force-build:v0

Copy link

The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/8771/v0/Manual/index.html

* 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
Copy link
Member

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()

@lrineau

This comment was marked as outdated.

This comment was marked as outdated.

[skip ci]
@soesau

This comment was marked as outdated.

Copy link

github-actions bot commented Apr 2, 2025

The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/8771/v1/Manual/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reimplement Poisson_implicit_surface_3 for Mesh_3 (for CGAL-6.1)
6 participants