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 |
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 |
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 |
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 |
Maxime Gimeno
|
88899310ab
|
Fix massive typo in PMP test.
|
2018-05-03 12:03:14 +02:00 |
Maxime Gimeno
|
132cf694a0
|
remove is_valid() from the graph_traits
|
2018-05-03 12:03:14 +02:00 |
Maxime Gimeno
|
6dfa8d0ba3
|
replace CGAL_is_valid(Mesh) by CGAL::is_valid_polygon_mesh(Mesh)
|
2018-05-03 12:03:14 +02:00 |
Andreas Fabri
|
c54a6a4980
|
Put CGAL::random_shuffle() in the subnamespace cpp98
|
2018-04-11 09:32:23 +01:00 |
Andreas Fabri
|
3955f031bd
|
Fix examples/tests/demos
|
2018-04-04 14:18:22 +01:00 |
Laurent Rineau
|
d057f6d9f1
|
Merge pull request #2958 from sloriot/PMP-coref_more_coplanar_fixes
Update incorrectly handled coplanar intersection computation
|
2018-03-28 17:46:24 +02:00 |
Laurent Rineau
|
237735ab73
|
Merge pull request #2946 from afabri/CGAL-dependencies-GF
Move properties from Mesh_3 to BGL, Polyhedron_3 and Surface_mesh
|
2018-03-27 10:35:23 +02:00 |
Sébastien Loriot
|
8553713885
|
update incorrectly handled coplanar intersection computation
follow up of 6bb6f470c4
|
2018-03-26 11:20:16 +02:00 |
Laurent Rineau
|
cd6fe20bd4
|
Merge branch 'releases/CGAL-4.11-branch'
|
2018-03-26 11:03:37 +02:00 |
Andreas Fabri
|
8c41669fb7
|
move properties from Mesh_3 to BGL, Polyhedron_3 and Surface_mesh
|
2018-03-22 16:37:37 +01:00 |
Sébastien Loriot
|
6bb6f470c4
|
update incorrectly handled coplanar intersection computation
|
2018-03-21 16:51:24 +01:00 |
Sébastien Loriot
|
9240f29ff8
|
update test to check both combinaisons
|
2018-03-21 16:51:24 +01:00 |
Konstantinos Katrioplas
|
bec3227a00
|
add data test file
|
2018-03-16 15:13:42 +01:00 |
Konstantinos Katrioplas
|
0f14c1fad0
|
rm empty lines
|
2018-03-16 15:10:40 +01:00 |
Konstantinos Katrioplas
|
61735be71c
|
deny triangulation for input of 3 points or less when using all search space
|
2018-03-16 14:08:43 +01:00 |
Konstantinos Katrioplas
|
8242c05f7c
|
add the word main to be found by grep
|
2018-03-07 15:49:03 +01:00 |
Konstantinos Katrioplas
|
6edaa7a720
|
test different options using macro definitions
|
2018-03-07 11:41:31 +01:00 |
Konstantinos Katrioplas
|
9224e83c0a
|
clean up
|
2018-03-05 13:05:37 +01:00 |
Sébastien Loriot
|
8cc234fe26
|
handle degenerate faces
|
2018-03-02 15:45:34 +01:00 |
Sébastien Loriot
|
e478e12471
|
do not use Euler::add_face
|
2018-03-01 15:38:26 +01:00 |
konstantinos katrioplas
|
833c54faef
|
using triangulate_hole_polyline
|
2018-03-01 12:59:52 +01:00 |