-
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
Isosurfacing_3 (new package) #6849
base: master
Are you sure you want to change the base?
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
Isosurfacing_3/doc/Isosurfacing_3/Concepts/IsosurfacingDomain.h
Outdated
Show resolved
Hide resolved
Isosurfacing_3/include/CGAL/Isosurfacing_3/internal/Dual_contouring_internal.h
Outdated
Show resolved
Hide resolved
Isosurfacing_3/include/CGAL/Isosurfacing_3/internal/Dual_contouring_internal.h
Outdated
Show resolved
Hide resolved
Isosurfacing_3/include/CGAL/Isosurfacing_3/internal/Dual_contouring_internal.h
Outdated
Show resolved
Hide resolved
Isosurfacing_3/include/CGAL/Isosurfacing_3/internal/Dual_contouring_internal.h
Outdated
Show resolved
Hide resolved
Isosurfacing_3/include/CGAL/Isosurfacing_3/internal/Dual_contouring_internal.h
Outdated
Show resolved
Hide resolved
Isosurfacing_3/include/CGAL/Isosurfacing_3/internal/Marching_cubes_3_internal.h
Outdated
Show resolved
Hide resolved
Isosurfacing_3/include/CGAL/Isosurfacing_3/internal/Marching_cubes_3_internal.h
Outdated
Show resolved
Hide resolved
Isosurfacing_3/include/CGAL/Isosurfacing_3/internal/Marching_cubes_3_internal.h
Outdated
Show resolved
Hide resolved
Isosurfacing_3/examples/Isosurfacing_3/marching_cubes_inrimage.cpp
Outdated
Show resolved
Hide resolved
Isosurfacing_3/include/CGAL/Isosurfacing_3/internal/Dual_contouring_internal.h
Outdated
Show resolved
Hide resolved
Isosurfacing_3/include/CGAL/Isosurfacing_3/internal/Dual_contouring_internal.h
Outdated
Show resolved
Hide resolved
/build:v1 |
There was an error while building the doc: |
This comment was marked as outdated.
This comment was marked as outdated.
The data files have a problem with rights. I think they also need o+r |
This pull-request was previously marked with the label |
…ovalue to avoid singular configurations
…ctions and invalid configurations)
adding csg test
@MaelRL we have to take a look at the dependencies. Why Mesh_3 for example ? |
@JulyCode the test you added uses some data that you did not add. Could you please commit them or shall I remove the test? |
Mesh m; | ||
CGAL::Polygon_mesh_processing::polygon_soup_to_polygon_mesh(points, triangles, m); | ||
|
||
assert(connected_components(m) == components); |
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.
warning: comparison of integers of different signs: 'int' and 'std::size_t' (aka 'unsigned long') [-Wsign-compare]
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.
for the 3 assertions
…itting fails or a saddle point is not detected
Summary of Changes
Extracting isosurfaces from scalar functions is a common method for generating 3D meshes. An isosurface is a subspace with equal values of the function.
ToDo:
Extra:
Release Management
Isosurfacing_3