Sébastien Loriot
28ab8e9293
replace CGAL_PMP_NP macros with CGAL_BGL_NP ones
2022-01-04 11:19:05 +01:00
Andreas Fabri
c71681747e
Add functions for area and length that do not sqrt
2021-08-30 16:26:03 +01:00
Sebastien Loriot
1bd8e07743
Merge pull request #5851 from maxGimeno/PMP-Add_a_visitor_to_orient_polygon_soup-maxGimeno
...
PMP: Add a visitor to the orientation function
2021-08-30 10:45:41 +02:00
Sébastien Loriot
e16e75c273
Merge pull request #5861 from sloriot/PMP-coref_vertex_visitor
...
Add vertex related functions in corefinement visitor
2021-08-13 18:17:39 +02:00
Sébastien Loriot
ad2711cfdc
privide a const mesh for all functions
2021-08-09 11:54:08 +02:00
Sébastien Loriot
17ca9d86dc
rename visitor concept
2021-08-05 18:13:40 +02:00
Sébastien Loriot
b539d4a301
extend the visitor to report non-manifold vertex in an umbrella without nm edge
2021-08-05 18:13:35 +02:00
Sebastien Loriot
b745aeb53d
Apply suggestions from code review
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2021-08-04 21:03:03 +02:00
Sébastien Loriot
bc1fe892d8
remove const&
2021-08-02 10:40:12 +02:00
Sébastien Loriot
d2a3f35d03
replace point -> vertex
2021-08-02 10:05:59 +02:00
Sebastien Loriot
a16105d548
fix phrasing
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2021-08-02 09:58:54 +02:00
Maxime Gimeno
c99fdebafe
add a non_manifold_vertex() function to the visitor
2021-07-30 12:17:06 +02:00
Sébastien Loriot
592e470b72
update doc
2021-07-30 11:37:53 +02:00
Maxime Gimeno
e52775f943
Documentation
2021-07-29 11:32:35 +02:00
Sébastien Loriot
3230fbfec4
improve sentence
2021-07-22 10:47:53 +02:00
Sébastien Loriot
6d11998e74
fix typos for the mesh type
2021-07-21 17:02:54 +02:00
Sébastien Loriot
0cc05b4f57
add missing slash
2021-07-21 14:11:40 +02:00
Sébastien Loriot
9c670a3552
add visitor calls done in the output builder
2021-07-21 13:55:00 +02:00
Sébastien Loriot
f9a9d126e3
add visitor functions for intersection point detection and new vertex creation
2021-07-21 13:19:23 +02:00
Dmitry Anisimov
dcd8fe8fe4
added missing user docs for is_hausdorff_larger and symmetric distance + better user ref
2021-06-29 14:40:54 +02:00
Sebastien Loriot
76dc3a0eab
tree -> BVH
2021-06-25 10:27:37 +02:00
Dmitry Anisimov
cd022545b5
missing article
2021-06-18 15:57:00 +02:00
Dmitry Anisimov
610f3750f0
backticked tms
2021-06-18 15:14:52 +02:00
Dmitry Anisimov
aaf55dbaa0
Merge remote-tracking branch 'maxGimeno/PMP-compare_faces_from_meshes-maxGimeno' into gsoc2019-PMPHDist-martinskrodzki
2021-06-18 14:45:24 +02:00
Dmitry Anisimov
859bae9036
sebastien review
2021-06-18 14:44:09 +02:00
Maxime Gimeno
797c5ad08b
Merge remote-tracking branch 'cgal/master' into PMP-compare_faces_from_meshes-maxGimeno
2021-05-20 08:58:24 +02:00
Sébastien Loriot
fb6f703b55
IO namespace for files in IO directories
2021-05-04 14:36:06 +02:00
Dmitry Anisimov
a2f460c9d6
Merge branch 'master' into gsoc2019-PMPHDist-martinskrodzki
2021-04-27 18:37:32 +02:00
Dmitry Anisimov
dfd2e15066
Merge remote-tracking branch 'maxGimeno/PMP-compare_faces_from_meshes-maxGimeno' into gsoc2019-PMPHDist-martinskrodzki
2021-04-07 13:54:02 +02:00
Maxime Gimeno
34e2180b22
rename match_faces
2021-04-01 13:50:41 +02:00
Laurent Rineau
79ba1af61f
Merge pull request #5492 from sloriot/PMP-coref_full_edge_visitor
...
Add missing visitor calls for the output_builder part
2021-03-24 15:05:24 +01:00
Maxime Gimeno
5f4437bef1
Fix missing inline and doc
2021-03-23 12:43:53 +01:00
Laurent Rineau
b2ed4e5f7e
Merge pull request #5423 from afabri/PMP-corefine_OM-GF
...
PMP:: Use operator< instead of operator> as OM only implements the former
Conflicts:
Polygon_mesh_processing/examples/Polygon_mesh_processing/corefinement_consecutive_bool_op.cpp
Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h
2021-03-10 11:33:30 +01:00
Sébastien Loriot
909b3a15f4
missing dots
2021-03-01 20:02:07 +01:00
Sébastien Loriot
2864f62ade
fixes after review
2021-03-01 19:47:21 +01:00
Sébastien Loriot
c0a90c101b
doc update + missing renaming
2021-02-24 17:05:58 +01:00
Sébastien Loriot
e2a80611ce
complete the visitor for edge creation/copies
2021-02-24 16:53:20 +01:00
Sébastien Loriot
20661527bd
Merge branch 'martinskrodzki/gsoc2019-PMPHDist-martinskrodzki' into master
2021-02-19 10:58:11 +01:00
Andreas Fabri
cd70b9b172
Use operator< instead of operator> as OM only implements the former
2021-02-03 10:46:28 +00:00
Sébastien Loriot
71ae816bfa
Merge remote-tracking branch 'cgal/master' into PMP-corefine_non_manifold
2021-01-27 13:46:09 +01:00
Maxime Gimeno
cce00dd29f
Fix doc
2021-01-08 09:50:07 +01:00
Maxime Gimeno
3d1c41fd14
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2021-01-07 15:05:28 +01:00
Sébastien Loriot
639c115eaf
improve definition
2020-12-07 15:11:30 +01:00
Sébastien Loriot
0edbd98898
update example + add it in the user manual
2020-12-03 14:36:43 +01:00
Sébastien Loriot
f76c5f9595
doc that triangle soup can be used too as input
2020-12-02 09:40:05 +01:00
Andreas Fabri
9ec3cf56fb
Add example with polygon soup
2020-11-30 07:43:24 +00:00
Andreas Fabri
c84f5c1ee5
Address doxygen warnings
2020-11-26 09:56:33 +00:00
Andreas Fabri
1f29b38fae
Apply suggestions from code review
...
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2020-11-23 13:18:00 +01:00
Maxime Gimeno
493f034fda
Fix some warnings
2020-11-23 11:06:59 +01:00
Andreas Fabri
56886962ce
typos
2020-11-20 10:43:14 +00:00