Mael Rouxel-Labbé
|
93cf8d07b2
|
Improved triangulate_faces tests
|
2019-02-21 14:44:44 +01:00 |
Sébastien Loriot
|
1efb1d5162
|
change kernel to avoid conflict with master
|
2018-12-14 08:27:19 +01:00 |
Laurent Rineau
|
0f6f9c388e
|
Merge pull request #3499 from sloriot/PMP-stitching_nm_bug
Fix for stitching (4.12)
# Conflicts:
# Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h
|
2018-12-06 18:08:38 +01:00 |
Sébastien Loriot
|
44addb1f83
|
two halfedges with the same target and source points are non-manifold
|
2018-11-30 09:56:33 +01:00 |
Sébastien Loriot
|
52eeebda0e
|
fix windows warning
|
2018-07-25 14:43:14 +02:00 |
Sébastien Loriot
|
da76851f75
|
handle special case when intersection segments shares a common endpoint
|
2018-07-23 17:13:58 +02:00 |
Sébastien Loriot
|
fdec8a2285
|
print real vertex counts
|
2018-07-23 10:11:51 +02:00 |
Sébastien Loriot
|
21748e0df3
|
make vertex counts tight
|
2018-07-20 10:15:22 +02:00 |
Sébastien Loriot
|
df75e1f6c6
|
more data to test + check for triple intersection
|
2018-07-20 09:58:49 +02:00 |
Laurent Rineau
|
a2c30daa17
|
Merge pull request #3106 from maxGimeno/PMP-Extrude-GF
PMP: extrude_mesh()
|
2018-07-04 16:49:48 +02:00 |
Laurent Rineau
|
2d9000efde
|
Merge pull request #3111 from sloriot/PMP-coref_preserve_face_attributes
Add a visitor to track the creation of faces in corefinement functions
|
2018-06-28 16:09:37 +02:00 |
Sébastien Loriot
|
af8395585e
|
use const functors
|
2018-06-27 17:02:42 +02:00 |
Maxime Gimeno
|
eb4bb535aa
|
Fix tests
|
2018-06-27 16:53:18 +02:00 |
Laurent Rineau
|
b44ad18983
|
Merge branch 'master' into PMP-stitch_after_orient-GF
|
2018-06-21 12:31:26 +02:00 |
Sébastien Loriot
|
0abfba8ac0
|
Update branch 'PMP-coref_preserve_face_attributes' from master@5ceb529d0f
|
2018-06-21 10:53:59 +02:00 |
Mael Rouxel-Labbé
|
26c857a431
|
Moved unary/binary_function to CGAL::cpp98
|
2018-06-13 15:58:19 +02:00 |
Sébastien Loriot
|
7580d0124d
|
fix corefine test
|
2018-06-13 09:54:00 +02:00 |
Maxime Gimeno
|
1d4b1f9183
|
Merge master to solve conflicts
|
2018-06-13 09:48:07 +02:00 |
Sébastien Loriot
|
5ebdb7c872
|
fix checking condition in autorefine test
|
2018-06-13 09:47:05 +02:00 |
Sébastien Loriot
|
6e1d9b2a3e
|
clip_volumes -> clip_volume
|
2018-06-06 13:30:36 +02:00 |
Sébastien Loriot
|
e26bee1a61
|
rename new_face_visitor -> visitor
|
2018-06-06 09:50:05 +02:00 |
Sébastien Loriot
|
d916618842
|
one more test
|
2018-06-05 14:09:45 +02:00 |
Sébastien Loriot
|
ed43102a03
|
improve clip test
|
2018-06-05 13:51:51 +02:00 |
Sébastien Loriot
|
2569c271e5
|
improve doc and plugin
|
2018-06-01 16:50:39 +02:00 |
Sébastien Loriot
|
94a73232d5
|
document clip functions
|
2018-06-01 11:06:29 +02:00 |
Maxime Gimeno
|
6dfefeb189
|
Rename generic_extrude_mesh into extrude_mesh and removes the distance of the original overload as it is useless
|
2018-05-29 16:42:16 +02:00 |
Sébastien Loriot
|
eea53718bb
|
renaming
|
2018-05-28 17:37:17 +02:00 |
Sébastien Loriot
|
3c382accca
|
document the default new face visitor
I have to move everything in the CGAL::PMP::Corefinement because
CGAL::Corefinement was strange for a publicly documented type
|
2018-05-28 17:37:16 +02:00 |
Sébastien Loriot
|
20939d8a9a
|
test new face visitor in corefine and autorefine
|
2018-05-28 17:36:07 +02:00 |
Maxime Gimeno
|
eda740136a
|
Add one quad face and use split face
|
2018-05-28 16:49:54 +02:00 |
Maxime Gimeno
|
71abeb06c7
|
Use vectors instead of unordered maps and use functors that takes input and output vertices instead of only output vertices.
|
2018-05-28 16:49:53 +02:00 |
Maxime Gimeno
|
c8bb45fb7e
|
Test fir Surface_mesh AND Polyhedron
|
2018-05-28 16:49:53 +02:00 |
Andreas Fabri
|
e6eaf666ed
|
no typename in non-template code
|
2018-05-28 16:49:53 +02:00 |
Maxime Gimeno
|
4efef4e15b
|
Add a function generic_extrude_mesh() that takes up to 2 functors instead of a direction and a distance.
|
2018-05-28 16:49:52 +02:00 |
Maxime Gimeno
|
828a7d2b73
|
clean-up
|
2018-05-28 16:49:52 +02:00 |
Maxime Gimeno
|
291039ba80
|
update doc
|
2018-05-28 16:49:52 +02:00 |
Maxime Gimeno
|
1851f35382
|
Add a function to PMP that extrudes a mesh along a direction at a given distance.
|
2018-05-28 16:49:51 +02:00 |
Laurent Rineau
|
a7738b27c9
|
Merge pull request #3052 from maxGimeno/PMP-transform-GF
PMP: transform()
|
2018-05-28 13:58:16 +02:00 |
Laurent Rineau
|
851dfabd29
|
Merge pull request #2757 from maxGimeno/BGL-Add_facegraph_validity_check_function-GF
BGL: Add a FaceGraph validity check function
|
2018-05-28 13:58:07 +02:00 |
Maxime Gimeno
|
719033ad68
|
Create id-map on the fly if needed
|
2018-05-24 12:41:37 +02:00 |
Sebastien Loriot
|
9938100097
|
Merge pull request #2955 from afabri/BGL-include_cleanup-GF
Do not include some BGL related header files
|
2018-05-15 22:21:42 +02:00 |
Laurent Rineau
|
5a5195a4f4
|
Merge branch 'master' into PMP-stitch_after_orient-GF
|
2018-05-15 16:11:14 +02:00 |
Andreas Fabri
|
077354f76e
|
Fix VC++ warning
|
2018-05-15 14:00:11 +01:00 |
Maxime Gimeno
|
ac5b0e73af
|
Fix warning
|
2018-05-07 12:51:36 +02:00 |
Maxime Gimeno
|
2f7d66e530
|
Clean-up
|
2018-05-07 12:50:41 +02:00 |
Maxime Gimeno
|
72c31ebfac
|
Add a function in PMP to apply a CGAL::Aff_transformation_3 to a mesh.
|
2018-05-07 12:50:41 +02:00 |
Sebastien Loriot
|
1d6918ff4f
|
Merge pull request #2895 from kkatrio/triangulate_faces_fix
Triangulate faces : CDT2 / hole filling
|
2018-05-07 11:41:58 +02:00 |
Maxime Gimeno
|
47635f11fe
|
Take fimap into account and add a test.
|
2018-05-03 14:55:49 +02:00 |
Andreas Fabri
|
991f3847e8
|
Do not include graph_traits_Polyhedron.h, properties_polyhedron.h and Polyhedron_iostream.h
|
2018-05-03 13:23:50 +02:00 |
Maxime Gimeno
|
9a77ece72f
|
Add a test
|
2018-05-03 12:50:30 +02:00 |