-
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 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.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
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.
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/6849/current/Manual/index.html |
const char* filename = fname.c_str(); | ||
const FT isovalue = (argc > 2) ? std::stod(argv[2]) : 3; | ||
|
||
const std::string ext = CGAL::IO::internal::get_file_extension(filename); |
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.
you should use something from the STL
Successfully tested in CGAL-6.0.1-Ic-345 |
@afabri You requested change (negative review0; a few months ago: #6849 (review). Can you please re-review, if you now agree with the changes, so that the red flag on the PR disappears? |
@soesau Can you please merge |
This pull-request was previously marked with the label |
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