Jane Tournois
61d4de64b0
Merge remote-tracking branch 'cgal/master' into Tet_remeshing-with_sizing_field-jtournois
2024-04-09 12:45:48 +01:00
Jane Tournois
c11cdb7c1c
move sizing fields to include/CGAL
2024-04-09 10:54:36 +02:00
Laurent Rineau
708711e7a7
Merge pull request #8018 from janetournois/PMP-add_bbox_to_face_graph-jtournois
...
New function `PMP::add_bbox(face_graph)` that adds bbox to face graph
2024-04-05 14:25:17 +02:00
Jane Tournois
7aafe9921a
get create_adaptive_remeshing_sizing_field() out of class
...
easier to use, it does not need the full class type `C` with all its
namespace's and template parameters, as
C<Tr>::create_sf(tr)
2024-04-04 12:49:35 +02:00
Jane Tournois
acd6028e8f
use edge_is_constrained_map in Adaptive_remeshing_sizing_field in demo
...
and fix its usage!
2024-03-28 17:28:48 +01:00
Sébastien Loriot
b28933d763
fix compilation issue
2024-03-27 17:41:00 +01:00
Jane Tournois
0548bee3fe
Merge remote-tracking branch 'cgal/master' into Tet_remeshing-with_sizing_field-jtournois
2024-03-21 15:37:44 +01:00
Jane Tournois
e396633d27
during smoothing, reproject on an AABB tree of triangles, made from input facets
...
protected by macro CGAL_TET_REMESHING_SMOOTHING_USE_AABB_TREE for now
2024-03-21 11:53:18 +01:00
Jane Tournois
9ffd2a55ad
add missing Eigen
2024-03-19 10:05:02 +01:00
Laurent Rineau
9e19fd1d79
C3t3 item: fix a segfault
2024-03-07 16:00:43 +01:00
Jane Tournois
a02ce9ea21
fix dependencies by removing Random_numbers where it's not needed anymore
2024-03-07 09:36:59 +01:00
Jane Tournois
f786b86432
Merge remote-tracking branch 'cgal/master' into PMP-add_bbox_to_face_graph-jtournois
2024-03-06 16:04:58 +00:00
Jane Tournois
4555c3e0f7
use make_hexahedron(Iso_cuboid_3)
2024-03-06 11:52:42 +01:00
Jane Tournois
c21fc4f238
remove circular dependency and corresponding fwd declarations
...
include in helpers.h was introduced by 0528592011
in 2019 for backward compatibility, it can now be removed
2024-03-06 10:42:53 +01:00
Jane Tournois
85da35de60
Merge remote-tracking branch 'cgal/master' into Tet_remeshing-with_sizing_field-jtournois
2024-02-22 11:25:20 +00:00
Laurent Rineau
cabb582e29
Merge pull request #6223 from janetournois/Tet_remeshing-flips_on_surface-jtournois
...
Tetrahedral remeshing - add edge flips on surfaces
2024-02-22 10:23:08 +01:00
Laurent Rineau
84162a5836
Merge pull request #8034 from lrineau/CGAL_Lab-rename_inside_out-GF
...
Rename the action "Inside Out" to something more explicit
2024-02-22 10:22:58 +01:00
Laurent Rineau
7d9070e7bb
Merge pull request #8031 from sloriot/CGALlab-OK_focus
...
Set focus to the ok button
2024-02-16 18:03:08 +01:00
Laurent Rineau
8fcf856825
Update Polyhedron/demo/Polyhedron/Plugins/PMP/Inside_out_plugin.cpp
...
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2024-02-15 14:26:48 +01:00
Laurent Rineau
9e29ff0e0f
remove "surface"
...
The action only applies to surface meshes, anyway.
2024-02-15 11:40:57 +01:00
Laurent Rineau
e4751929b4
Rename the action "Inside Out" to something more explicit
2024-02-15 11:28:24 +01:00
Sébastien Loriot
d5db17747c
set focus to the ok button
2024-02-13 11:36:49 +01:00
Laurent Rineau
3b4d0cfc3a
Merge pull request #8003 from lrineau/Polyhedron_demo-fix_CTest_dependencies-GF
...
Add a hook CGAL_hook_fix_ctest_dependencies
2024-02-13 11:18:19 +01:00
Laurent Rineau
5137b9831b
Merge pull request #8024 from soesau/CGAL_Lab-fix_degenerate_polygons-GF
...
CGAL Lab: Fix rendering for degenerate polygons
2024-02-13 11:18:05 +01:00
Jane Tournois
b48760af26
use do_not_triangulate_faces
...
a NP that already existed before this PR
2024-02-12 17:08:46 +01:00
Jane Tournois
9f863845c6
add PMP::add_bbox(pmesh) to repair plugin
2024-02-12 16:34:20 +01:00
Sven Oesau
a77296fbc4
fix for degenerate polygons for bug introduced by https://github.com/CGAL/cgal/pull/7898
2024-02-08 12:10:53 +01:00
Laurent Rineau
3664fc8fdb
fix for MSVC projects
2024-02-08 11:04:28 +01:00
Jane Tournois
63e7d78633
Merge branch 'Tet_remeshing-flips_on_surface-jtournois' into Tet_remeshing-wip-jtournois
2024-02-05 08:37:54 +00:00
Jane Tournois
7109a282af
cleaning
2024-02-05 09:37:15 +01:00
Laurent Rineau
0f59daafb9
Add a hook CGAL_hook_fix_ctest_dependencies
...
This hook fonction detects dependencies between compilation tests.
2024-01-26 14:56:31 +01:00
Laurent Rineau
47324c1f1c
Merge pull request #7919 from hoskillua/icc-todos
...
Interpolated Curvature remaining TODOs
2024-01-24 16:02:00 +01:00
Laurent Rineau
a70e9202f2
Merge pull request #7970 from MaelRL/CGAL-Demo_bugs-GF
...
Fix some demo bugs
2024-01-24 16:01:52 +01:00
hoskillua
806d1247e6
display plugin ball radius slider update
2024-01-19 14:47:39 +03:00
Sebastien Loriot
2e4139cbb3
Try to fix link issues with qt6 resources ( #7915 )
2024-01-19 11:42:11 +01:00
Jane Tournois
4035ecfe25
Merge branch 'Tet_remeshing-with_sizing_field-jtournois' into Tet_remeshing-wip-jtournois
...
# Conflicts:
# Polyhedron/demo/Polyhedron/Plugins/Tetrahedral_remeshing/Tetrahedral_remeshing_plugin.cpp
# Tetrahedral_remeshing/doc/Tetrahedral_remeshing/examples.txt
# Tetrahedral_remeshing/examples/Tetrahedral_remeshing/CMakeLists.txt
# Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_adaptive_remeshing_impl.h
2024-01-18 11:39:43 +01:00
Jane Tournois
28ad54b218
Merge remote-tracking branch 'cgal/master' into Tet_remeshing-with_sizing_field-jtournois
...
# Conflicts:
# Polyhedron/demo/Polyhedron/Plugins/Tetrahedral_remeshing/Tetrahedral_remeshing_plugin.cpp
# Tetrahedral_remeshing/doc/Tetrahedral_remeshing/examples.txt
# Tetrahedral_remeshing/examples/Tetrahedral_remeshing/CMakeLists.txt
# Tetrahedral_remeshing/include/CGAL/Tetrahedral_remeshing/internal/tetrahedral_adaptive_remeshing_impl.h
2024-01-15 12:28:30 +01:00
Laurent Rineau
1491b754f7
If CGAL_TEST_SUITE, then plugins do not depend on Polyhedron_3
2024-01-11 15:32:20 +01:00
Laurent Rineau
2ccb65f6ea
Revert "plugins should not depend on `Polyhedron_3`"
...
This reverts commit 1f26c03e3b .
2024-01-11 15:17:26 +01:00
Laurent Rineau
61800d1be7
CGAL Lab: Rendering polygons with ghost edges ( #7898 )
...
Polygons and meshes with non-triangular faces that have ghost edges,
i.e., holes connected via two identical edges to the outer border of the
polygon, are now correctly rendered.
The FacetTriangulator now uses mark_domain_in_triangulation to set
is_external property.
## Release Management
* Affected package(s): Polyhedron/demo
2024-01-11 14:01:52 +01:00
Laurent Rineau
1f26c03e3b
plugins should not depend on `Polyhedron_3`
2024-01-10 16:23:44 +01:00
Mael Rouxel-Labbé
af3608335b
Misc indentation fixes
2024-01-10 11:20:29 +01:00
Mael Rouxel-Labbé
53567bd20a
Handle non triangulated inputs in the repair plugin
2024-01-10 11:19:43 +01:00
Mael Rouxel-Labbé
83fd1fe2b3
Disable the area smoothing box if Ceres is not available
2024-01-10 11:19:12 +01:00
Mael Rouxel-Labbé
a0638f6e0a
Use file's completeBaseName for item names
2024-01-10 11:18:50 +01:00
Laurent Rineau
aeda27f405
"compilation of demo_framework" should be in the Installation package and Polyhedron
2024-01-09 13:58:03 +01:00
Sven Oesau
de17922ca4
removed warnings
2024-01-09 10:26:19 +01:00
Sébastien Loriot
182b2c7792
fix warning
2024-01-08 16:53:52 +01:00
Sébastien Loriot
4a2d0704fc
fix warnings
2024-01-04 17:27:10 +01:00
Sebastien Loriot
c6eed472fd
fix warning
2024-01-04 17:19:47 +01:00