Sébastien Loriot
bc161f2ae9
Merge 'CGAL-Eigen3_support-5.2'
2021-01-15 10:59:20 +01:00
Sébastien Loriot
f4935dc199
Merge branch 'CGAL-Eigen3_support-5.1'
2021-01-15 10:54:02 +01:00
Sébastien Loriot
eecb00534e
fix macro name to be consistent with find_package
2021-01-15 10:43:34 +01:00
Maxime Gimeno
3d1c41fd14
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2021-01-07 15:05:28 +01:00
Laurent Rineau
85325d789f
Merge pull request #5090 from afabri/FastEnvelope-GF
...
Polygon Mesh Processing: Add envelope test
2021-01-06 16:11:56 +01:00
Andreas Fabri
f6f8dcfcfd
Add data set
2020-12-30 08:56:10 +00:00
Sébastien Loriot
a095b674e7
change extension to the one recognized by the demo
2020-12-09 14:20:07 +01:00
Maxime Gimeno
3b70343590
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-11-16 16:19:43 +01:00
Andreas Fabri
f246c4abf8
merge
2020-11-13 16:26:57 +00:00
Andreas Fabri
ac1200fe28
Cleanup of GetFilter
2020-11-10 10:52:53 +00:00
Andreas Fabri
c510a89ea0
Improve doc
2020-11-10 09:59:01 +00:00
Andreas Fabri
5ff48521d1
Use TLS; Fix SMS example
2020-11-04 09:53:38 +00:00
Andreas Fabri
4ee9875556
Add example
2020-10-20 14:22:15 +01:00
Andreas Fabri
e957de2993
Make the filter a named parameter
2020-10-20 09:17:09 +02:00
Maxime Gimeno
9c15f2c9dc
Use FeatureSummary in the demo, and remove CGAL_FOUND
2020-08-04 12:46:17 +02:00
Mael Rouxel-Labbé
3280b9b087
Use new IO functions
2020-06-26 17:06:42 +02:00
Mael Rouxel-Labbé
9cca59ba36
Actually use the new IO functions + some example improvements
2020-06-23 18:24:39 +02:00
Maxime Gimeno
ea53a8d70d
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-06-17 14:25:21 +02:00
Maxime Gimeno
25c8313859
Replace IO functions in examples and fix Surface_mesh read_OFF()
2020-06-16 14:36:24 +02:00
Simon Giraudot
421096fd7f
Use imported targets everywhere
2020-04-15 14:06:13 +02:00
Maxime Gimeno
9c0648a004
Merge tag 'master_before_no_tws_nor_tabs' into CGAL_IO-maxGimeno
2020-03-27 11:05:43 +01:00
Sebastien Loriot
1454b9903c
Merge pull request #4209 from maxGimeno/PMP-Default_pmap-maxGimeno
...
PMP: Default Property_maps for Index_maps
2020-03-17 18:27:55 +01:00
Mael Rouxel-Labbé
c33e8b60d7
Merge remote-tracking branch 'maxgimeno/PMP-Default_pmap-maxGimeno' into CGAL_IO-maxGimeno
2020-03-17 09:33:19 +01:00
Mael Rouxel-Labbé
547ff7764b
Fix doc typo
2020-03-05 17:04:52 +01:00
Maxime Gimeno
14954c2f46
Fix SMS examples
2020-02-10 11:57:57 +01:00
Mael Rouxel-Labbé
41271b67f6
Improvements to CGAL i/o across the board
2020-01-29 10:00:07 +01:00
Mael Rouxel-Labbé
c9836ce5d7
Fix comment
2019-11-29 09:28:32 +01:00
Mael Rouxel-Labbé
6cf6b13e69
Make it possible to change the stop ratio from command line
2019-11-15 11:42:57 +01:00
Mael Rouxel-Labbé
665dc8ae3f
Fix LCC reading always argv[1]...
2019-10-21 00:27:22 +02:00
Mael Rouxel-Labbé
b70a9e9239
Move example data to appropriate folder, get rid of .cmd, misc improvements
2019-10-21 00:21:49 +02:00
Mael Rouxel-Labbé
5fb5e7206f
Fix SMS CmakeLists disabling all examples if Eigen is not found
2019-10-20 21:40:21 +02:00
Mael Rouxel-Labbé
c488a14d96
Regroup both GH policies within a single class
...
Simpler API (users don't have to explicit the vertex cost map) + clearer
that they must go together.
2019-10-19 18:03:01 +02:00
Mael Rouxel-Labbé
9314f5a3d7
CLean and improve examples
2019-10-18 23:25:21 +02:00
Mael Rouxel-Labbé
09bd731ff9
Finish documentation
2019-10-18 23:09:21 +02:00
Mael Rouxel-Labbé
4ec28cb79b
Add a traits class member to Surface_mesh_simplification
...
Can be passed via named parameters, must be compatible with the VPM
2019-10-17 15:35:56 +02:00
Mael Rouxel-Labbé
a88382283b
Clean weird and useless converter shenanigans in OpenMesh-based simplification
...
Profile::Point is by definition equal to Profile::VPM::value_type,
so it is not converting anything.
Users are free to pass a custom VPM, and in that case things will break
because there is no proper geom traits being passed, but this is an
independent issue that must be fixed.
2019-10-16 15:32:45 +02:00
Mael Rouxel-Labbé
4a89522dec
Fix bad stop value in example
2019-10-16 13:06:22 +02:00
Mael Rouxel-Labbé
e4b2be3e4b
Merge branch 'SMS-Add_GH_simplification-GF-old' into SMS-Add_GH_simplification-GF
2019-10-16 12:32:30 +02:00
Mael Rouxel-Labbé
f121c194b4
Fixes for GH:
...
- Actually use the VPM
- Do not compute the planes needlessly: loop faces rather than vertices
- Some minor fixes
2019-10-16 11:06:12 +02:00
Mael Rouxel-Labbé
12a7ac136a
Remove obsolete file
2019-10-15 14:01:32 +02:00
Mael Rouxel-Labbé
a835744ff7
Improve GH simplification example
2019-10-15 13:59:09 +02:00
Mael Rouxel-Labbé
4a0f4536d6
Make it possible to pass a value for the stop criterion
2019-10-15 13:59:08 +02:00
Mael Rouxel-Labbé
7b3a59f355
Remove undesired files
2019-10-15 13:59:07 +02:00
Mael Rouxel-Labbé
d7f615dd6e
Clean code
2019-10-15 13:58:13 +02:00
Mael Rouxel-Labbé
fd4f6e6673
Remove GH + Polyhedron example
...
one example w/ Surface_mesh is enough
2019-10-15 13:58:13 +02:00
Baskin Senbaslar
33bd6ef391
garland&heckbert docs added
2019-10-15 13:58:13 +02:00
Baskin Senbaslar
a662c97f00
map_type change to state_type
2019-10-15 13:58:13 +02:00
Mael Rouxel-Labbé
b3595ecf6e
Use bounded GH placement in the Surface_mesh example
2019-10-15 13:58:13 +02:00
Baskin Senbaslar
2c37b32f92
borders are handled based on edges instead of vertices
2019-10-15 13:58:13 +02:00
Mael Rouxel-Labbé
1b7c1c3417
Fix default value so that the comment makes sense
2019-10-15 13:58:13 +02:00