Laurent Rineau
|
ff6e9d262b
|
Merge pull request #8272 from sloriot/PMP-coref_use_size_type
Fix iteration on dynamic bit set
|
2024-06-12 10:06:06 +02:00 |
Sébastien Loriot
|
174a1d68e0
|
avoid potentially infinite loop
|
2024-06-10 15:07:25 +02:00 |
albert-github
|
36c8b7589d
|
Spelling corrections
Last batch (for now) of spelling corrections in doxygen and normal comments
|
2024-05-31 19:05:34 +02:00 |
Sébastien Loriot
|
279ddde799
|
more to core
|
2024-05-24 17:03:18 +02:00 |
Laurent Rineau
|
022b19d3ca
|
Merge pull request #8057 from sloriot/AABB_tree-2d_and_3d
Updating the AABB-tree to work in both 2D and 3D
|
2024-05-15 16:12:19 +02:00 |
Laurent Rineau
|
0dcb83bff8
|
Merge pull request #8142 from sloriot/PMP-coref_nm_out
Add extra parameters to the corefinement visitor to handle non-manifold output
|
2024-05-15 16:12:16 +02:00 |
Laurent Rineau
|
02ad5d6003
|
Merge pull request #8150 from janetournois/PMP-isotropic_remeshing_with_allow_move_functor-jtournois
PMP::isotropic_remeshing() - add NP `allow move functor`
|
2024-05-15 16:12:14 +02:00 |
Laurent Rineau
|
f260a22a64
|
Merge pull request #8160 from sloriot/PMP-coref_with_less_bbox
PMP corefinement: only allocate necessary bboxes
|
2024-05-15 16:12:09 +02:00 |
Laurent Rineau
|
87fe13fcf6
|
Merge pull request #8168 from sloriot/PMP-remesh_doc
Update parameter description
|
2024-05-15 16:12:07 +02:00 |
Laurent Rineau
|
76809fa947
|
Merge pull request #8178 from sloriot/PMP-shorten_params
Rename parameters
|
2024-05-15 16:06:06 +02:00 |
Sébastien Loriot
|
6291a4f62d
|
also rename input nps
|
2024-05-06 09:50:18 +02:00 |
Sébastien Loriot
|
1be3e1d3f2
|
shorten parameters for better doc readibility
|
2024-05-02 14:36:18 +02:00 |
Sébastien Loriot
|
4525eeb988
|
do not modify the map if not the default one
|
2024-04-25 19:29:48 +02:00 |
Sébastien Loriot
|
be81f15b95
|
update description: it is also an input parameter
|
2024-04-25 18:35:25 +02:00 |
Sébastien Loriot
|
05c0625bce
|
only allocate necessary bboxes
|
2024-04-24 21:27:29 +02:00 |
Laurent Rineau
|
c4165fe5f9
|
Merge pull request #7439 from MaelRL/PMP-Remove_degen_faces-no-clear-GF
Introduce remove_all_elements(Graph)
|
2024-04-22 14:54:18 +02:00 |
Laurent Rineau
|
3e3eed7f05
|
Merge pull request #8129 from sloriot/PMP-deterministic_triangulate_faces
Make triangulate_faces deterministic
|
2024-04-22 14:54:08 +02:00 |
Sven Oesau
|
ffba6279c9
|
Merge remote-tracking branch 'cgal/master' into AABB_tree-2d_and_3d
|
2024-04-19 08:47:54 +02:00 |
Jane Tournois
|
96d8e1a5f6
|
document NP allow_move_functor
|
2024-04-18 13:01:07 +02:00 |
Jane Tournois
|
9a27b92a7d
|
NP allow_move_functor from tangential_relaxation to isotropic_remeshing
this NP exists in tangential_relaxation() and we want to be able to
use it in the relaxation step, from the named parameters of isotropic_remeshing()
|
2024-04-18 12:50:20 +02:00 |
Sébastien Loriot
|
bf6af35d42
|
address review comments
|
2024-04-15 18:34:45 +02:00 |
Sébastien Loriot
|
05f4cf6106
|
add doc and make implementation generic
|
2024-04-15 17:32:22 +02:00 |
Sven Oesau
|
d9cd44e30c
|
AABBGeomTraits -> AABBGeomTraits_3
|
2024-04-15 11:59:00 +02:00 |
Sébastien Loriot
|
0e06536bf1
|
use a template parameter for the id in the triangle
|
2024-04-15 09:23:51 +02:00 |
Sébastien Loriot
|
04a58f9e53
|
prevent isolated vertices in the soup
|
2024-04-15 09:23:51 +02:00 |
Sébastien Loriot
|
3fbd0fd886
|
handle several operations
|
2024-04-15 09:23:37 +02:00 |
Sébastien Loriot
|
5583f42fce
|
do no unmark edges as the soup does not need them + allow several operations
|
2024-04-15 09:23:12 +02:00 |
Sébastien Loriot
|
9d6c4dcd8a
|
handle existing vertices that are intersection points
|
2024-04-15 09:23:12 +02:00 |
Sébastien Loriot
|
13e2adf130
|
First draft of using a visitor to extract non-manifold soups
|
2024-04-15 09:23:12 +02:00 |
Sébastien Loriot
|
147b313cc8
|
also apply deterministic fix to polygon soup function
|
2024-04-11 09:36:16 +02:00 |
Sébastien Loriot
|
ebe6d6719c
|
precompute vectors
|
2024-04-11 08:55:10 +02:00 |
Laurent Rineau
|
49ca51275a
|
Fix typos (#8118)
|
2024-04-08 16:10:23 +02:00 |
Sébastien Loriot
|
16782d1e8b
|
do not depend on vertex order when opposite angles are identical
|
2024-04-08 15:46:48 +02:00 |
Laurent Rineau
|
4677ece3da
|
Merge pull request #7712 from sloriot/BGL-dynamic_with_default
Adding a default to dynamic property maps
|
2024-04-05 14:25:20 +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 |
Sébastien Loriot
|
68bc4a4bbc
|
typos
|
2024-04-03 15:59:34 +02:00 |
Andreas Fabri
|
caa8aaaa21
|
merge master
|
2024-04-03 14:09:39 +01:00 |
Sébastien Loriot
|
a34120d817
|
fix warning
|
2024-03-27 08:21:34 +01:00 |
Sven Oesau
|
f0d32fe869
|
Merge branch 'master' into AABB_tree-2d_and_3d
|
2024-03-26 16:03:19 +01:00 |
Sven Oesau
|
65be6133d8
|
removing deprecated AABB types
|
2024-03-26 15:56:45 +01:00 |
Sébastien Loriot
|
baf084950b
|
use default value for dynamic maps
|
2024-03-25 11:05:55 +01:00 |
Sébastien Loriot
|
12c80ac512
|
Merge remote-tracking branch 'cgal/master' into HEAD
|
2024-03-25 10:21:41 +01:00 |
Laurent Rineau
|
7a17b47d9f
|
Merge pull request #8052 from afabri/Polygon-exact_area-GF
Polygon: Avoid stackoverflow when summing exact numbers
# Conflicts:
# Polygon/include/CGAL/Polygon_2_algorithms.h
# Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
|
2024-03-22 09:18:07 +01:00 |
Laurent Rineau
|
9f96166d44
|
Merge branch '5.5.x-branch' into 5.6.x-branch
# Conflicts:
# Polygon/include/CGAL/Polygon_2_algorithms.h
# Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
|
2024-03-22 09:09:57 +01:00 |
Sébastien Loriot
|
b855194fba
|
add missing include directive
|
2024-03-15 09:20:44 +01:00 |
Sébastien Loriot
|
f34745c4d8
|
use a functor for collapsing the DAG to not depend on Filtered_kernel
nor inclusion order
|
2024-03-14 10:02:30 +01:00 |
Andreas Fabri
|
19725c0b08
|
Fix PMP testsuite
|
2024-03-08 08:40:02 +00: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
|
bb2335a86e
|
early exit already is in Bbox_3::scale() so we can remove this condition
|
2024-03-06 14:50:32 +01:00 |
Jane Tournois
|
15310c93ef
|
copy_face_graph is not needed anymore
|
2024-03-06 14:48:31 +01:00 |