Jane Tournois
|
27bc02ebcf
|
Revert "fix compilation of split_long_edges for Polyhedron"
This reverts commit 213a280eef.
and propose another solution to deal with edges vs halfedges
|
2015-11-12 15:55:35 +01:00 |
Jane Tournois
|
ef40621699
|
improve doc and rename function
|
2015-11-12 10:20:19 +01:00 |
Jane Tournois
|
07ae6235bf
|
put mesh as last parameter of get_border, for consistency
and return output iterator
|
2015-11-12 09:33:22 +01:00 |
Jane Tournois
|
56147a642e
|
add end of line at end of file (triggers a warning)
|
2015-11-10 14:51:21 +01:00 |
Sébastien Loriot
|
0072b649e2
|
Merge branch 'old/Polygon_mesh_processing-local_remeshing-GF' into Polygon_mesh_processing-local_remeshing-GF
|
2015-11-05 20:11:10 +01:00 |
Jane Tournois
|
78f45deccb
|
remove output stream from example
|
2015-11-05 20:09:18 +01:00 |
Jane Tournois
|
2ebaa7bfd9
|
remove timer from example
|
2015-11-05 20:09:17 +01:00 |
Jane Tournois
|
893b80c490
|
rename function to isotropic_remeshing()
|
2015-11-05 20:09:14 +01:00 |
Sébastien Loriot
|
c6e649aa9b
|
Merge branch 'Polygon_mesh_processing-local_remeshing-GF-old' into Polygon_mesh_processing-local_remeshing-GF
and adapt plugin to CGAL::Three
|
2015-11-05 20:07:15 +01:00 |
Sébastien Loriot
|
54ca52b538
|
Merge branch 'BGL-SurfaceMesh2SurfaceMesh-GF' into Polygon_mesh_processing-local_remeshing-GF
|
2015-11-05 19:25:00 +01:00 |
Andreas Fabri
|
d2ed79d38d
|
Add keep_large_connected_components (code,doc,test)
|
2015-10-22 09:01:08 +02:00 |
Andreas Fabri
|
6a5395ff60
|
Call mesh.garbage_collection() before writing an OpenMesh after triangulate_holes()
This is necessary, as faces are deletes and new faces created,
and as in OpenMesh deleted faces are not reused.
|
2015-09-15 16:11:11 +02:00 |
Laurent Rineau
|
59ac9f30fc
|
Merge pull request #293 from sloriot/PMP-fix_remove_degenerate_faces-sloriot
Polygon mesh processing: fix remove_degenerate_faces() but do not publish it in the documentation
|
2015-09-04 11:24:36 +02:00 |
Sébastien Loriot
|
b5f44b3960
|
forgot to remove from the cmakelist example using a non documented function
|
2015-09-03 13:07:46 +02:00 |
Jane Tournois
|
ce54198aa7
|
Merge branch 'Polygon_mesh_processing-local_remeshing-GF-old' into Polygon_mesh_processing-local_remeshing-GF
|
2015-09-02 15:57:23 +02:00 |
Laurent Rineau
|
ff796222d3
|
Replace VERSION_GREATER by "NOT VERSION_LESS"
Because actually Eigen 3.2.0 is a correct Eigen version!
Was pointed out by the testsuite:
https://cgal.geometryfactory.com/CGAL/Members/testsuite/CGAL-4.7-Ic-121/Polygon_mesh_processing_Examples/TestReport_lrineau_Ubuntu-Latest-CXX11.gz
|
2015-08-20 15:09:30 +02:00 |
Jane Tournois
|
9edeaa38f2
|
cleanup example
|
2015-08-18 17:52:33 +02:00 |
Jane Tournois
|
5cd95d9289
|
add remeshing example
|
2015-08-18 17:48:57 +02:00 |
Jane Tournois
|
1f91bd8a77
|
avoid compilation of tests and examples that use fairing when Eigen < 3.2
|
2015-08-17 12:23:09 +02:00 |
Sébastien Loriot
|
51839a0b84
|
remove data that can be generated
prepare for rebasing
|
2015-07-15 10:54:41 +02:00 |
Jane Tournois
|
1967235bbd
|
fix return value to 0
this example was making all the testsuite line red...
|
2015-07-03 16:48:45 +02:00 |
Jane Tournois
|
275d24e103
|
add new line at end of file
|
2015-07-03 16:16:46 +02:00 |
Jane Tournois
|
6491a3e9c4
|
fix compilation for windows
|
2015-07-03 16:14:16 +02:00 |
Jane Tournois
|
12ccaeb3a5
|
rename type to avoid error on windows
Polyline conflicts with a type defined in
Program Files (x86)\Windows Kits\8.0\include\um\wingdi.h
|
2015-07-03 16:12:31 +02:00 |
Jane Tournois
|
4e8c149b9b
|
fix compilation and remove useless assertions
|
2015-07-02 16:58:42 +02:00 |
Jane Tournois
|
32f0c9b37b
|
rename Point_inside_polygon_mesh to Side_of_triangle_mesh
and document it
|
2015-06-25 11:51:45 +02:00 |
Jane Tournois
|
d52ce62167
|
improve examples for user manual (Pierre's review)
|
2015-06-23 14:25:16 +02:00 |
Jane Tournois
|
6e621f037d
|
improve examples for user manual
|
2015-06-23 12:28:25 +02:00 |
Jane Tournois
|
3aad1a2b56
|
improve example for user manual
|
2015-06-23 12:00:43 +02:00 |
Jane Tournois
|
5efe8e3c13
|
improve example for user manual
|
2015-06-23 11:34:15 +02:00 |
Jane Tournois
|
7977d10418
|
rename is_self_intersecting to does_self_intersect
for consistency with do_intersect
|
2015-06-22 11:17:43 +02:00 |
Andreas Fabri
|
91af42e5ba
|
Show how to write into a property_map
|
2015-05-29 16:07:24 +02:00 |
Jane Tournois
|
12b1238b87
|
change the use of is_valid_polygon_mesh
|
2015-05-15 12:02:50 +02:00 |
Jane Tournois
|
d04eea0ac0
|
convert assertion
|
2015-05-15 11:44:05 +02:00 |
Andreas Fabri
|
09ea32096d
|
Add generic is_valid_polygon_mesh() to BGL Helpers
|
2015-05-15 10:52:31 +02:00 |
Sébastien Loriot
|
dceb558e4f
|
Merge branch 'Polygon_mesh_processing-GF' into Polygon_mesh_processing_OpenMesh-GF
Conflicts:
Polygon_mesh_processing/examples/Polygon_mesh_processing/remove_degeneracies_example.cpp
|
2015-05-14 15:45:35 +02:00 |
Andreas Fabri
|
81f12e2a9f
|
Add triangulate face example for OpenMesh
|
2015-05-14 11:12:53 +02:00 |
Sébastien Loriot
|
a49312392a
|
dump on std::cerr
|
2015-05-14 11:00:54 +02:00 |
Jane Tournois
|
6c4785a29c
|
On Polygon_mesh_processing_OpenMesh-GF: fairing pour openmesh
|
2015-05-13 16:10:21 +02:00 |
Andreas Fabri
|
81318a1cfd
|
more small examples for degenerate meshes
|
2015-05-13 09:29:39 +02:00 |
Andreas Fabri
|
1472ec273c
|
cleanup
|
2015-05-12 19:33:35 +02:00 |
Andreas Fabri
|
acd5c4c336
|
WIP (loops) add remove_degeneracies for OpenMesh
|
2015-05-12 19:33:02 +02:00 |
Andreas Fabri
|
94183e696c
|
WIP (does not compile yet) Add stitch borders OpenMesh example
|
2015-05-12 16:24:28 +02:00 |
Andreas Fabri
|
c0ccd47d78
|
Add point inside OpenMesh example
|
2015-05-12 15:23:33 +02:00 |
Andreas Fabri
|
c5d8d81a4b
|
add hole filling example for Surface_mesh
|
2015-05-12 12:34:26 +02:00 |
Andreas Fabri
|
797e51ae62
|
pass vertex point pmap
|
2015-05-11 17:05:02 +02:00 |
Andreas Fabri
|
f88ff84d36
|
move the property map class to a CGAL header file
|
2015-05-11 14:57:14 +02:00 |
Andreas Fabri
|
b0f21fcf34
|
add hole filling example
|
2015-05-11 13:04:48 +02:00 |
Andreas Fabri
|
9906380242
|
add hole filling example
|
2015-05-11 13:04:36 +02:00 |
Andreas Fabri
|
6ad5ff4f55
|
First example for PMP and OpenMesh
|
2015-05-11 12:28:39 +02:00 |