Maxime Gimeno
1f9b3bca94
remove unused variables
2020-12-15 15:44:28 +01:00
Maxime Gimeno
af8481a84e
Remove assertions about addresses that must be different, because if memory is reused they may fail.
2020-12-14 10:04:33 +01:00
Maxime Gimeno
1c00bf6847
Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno
2020-10-29 15:09:16 +01:00
Maxime Gimeno
2ad4c16b6e
Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno
2020-10-26 15:00:53 +01:00
Sébastien Loriot
88967b928d
really clear the mesh
2020-10-21 10:51:12 +02:00
Sébastien Loriot
5a6333f014
Merge remote-tracking branch 'cgal/master'
2020-10-20 13:42:46 +02:00
Maxime Gimeno
bebd60c12b
Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno
2020-10-20 09:53:54 +02:00
Laurent Rineau
216d066285
Merge remote-tracking branch 'cgal/master' into Surface_mesh_reuse_garbage-GF
2020-10-16 14:01:58 +02:00
Sébastien Loriot
80e6d60e0b
fix links
2020-10-15 11:59:01 +02:00
Sébastien Loriot
a159fb38c5
update user manual
2020-10-15 11:43:55 +02:00
Sébastien Loriot
254500a4f7
typo
2020-10-15 11:31:49 +02:00
Sébastien Loriot
2cabe688e3
do not remove and readd permanent property maps
2020-10-14 18:03:17 +02:00
Sébastien Loriot
e116cb5d46
rename function
2020-10-14 18:03:17 +02:00
Sébastien Loriot
7d48af6689
split clear(bool) in clear() and remove_all_simplices()
2020-10-14 18:03:17 +02:00
Sébastien Loriot
b132ba82c9
add an option to not remove properties after clear()
2020-10-14 18:03:17 +02:00
Maxime Gimeno
43a49605e0
Fix conflicts
2020-10-05 13:20:40 +02:00
Sébastien Loriot
4e0fc267af
Merge pull request #4715 from afabri/BGL-test_face-GF
...
BGL: Add a function to check if add_face() can be called successfully
2020-10-02 15:24:45 +02:00
Sebastien Loriot
10ba34719e
Merge pull request #4728 from sloriot/PMP-cc_cleanup
...
Clean in connected components
2020-10-02 15:20:53 +02:00
Sebastien Loriot
7652091b9c
Merge pull request #4931 from sloriot/CGAL-cosmetic_cleanup
...
Cosmetic cleaning
2020-10-02 15:15:31 +02:00
Sébastien Loriot
b03fa54299
add a convenience header file to inherit from face graphs
2020-08-19 14:29:09 +02:00
Sébastien Loriot
e893ac1178
cosmetic changes
2020-08-18 10:06:51 +02:00
Maxime Gimeno
9c15f2c9dc
Use FeatureSummary in the demo, and remove CGAL_FOUND
2020-08-04 12:46:17 +02:00
Laurent Rineau
fc37d4ce5d
Remove unneeded #include
...
@sloriot was right, in
https://github.com/CGAL/cgal/pull/4876#discussion_r461545678 .
2020-07-28 15:03:39 +02:00
Laurent Rineau
6ebe6d6845
<CGAL/draw_face_graph.h>
...
That factorizes the code for the `draw()` function for `Polyhedron_3`
and `Surface_mesh`.
2020-07-24 13:09:53 +02:00
Laurent Rineau
6991fd1a01
Use Polygon_mesh_processing/compute_normal.h and property maps
...
That simplifies the code and speeds up the function
`compute_elements()`.
2020-07-24 10:49:43 +02:00
Laurent Rineau
b5dff8d390
Rework SimpleSurfaceMeshViewerQt
...
- no longer a template, using `std::function` for the type erasure,
- one can use lambdas for `ColorFunctor`.
2020-07-24 10:27:26 +02:00
Andreas Fabri
478468135b
Also fix copy coonstructor, assignment, and clear()
2020-07-16 14:41:41 +01:00
Andreas Fabri
c98a7c38c4
Initialize variable (thank you Maxime)
2020-07-16 13:53:38 +01:00
Andreas Fabri
bf951a1f95
Merge remote-tracking branch 'cgal/master' into Surface_mesh_reuse_garbage-GF
2020-07-15 11:19:38 +01:00
Andreas Fabri
a635c9425d
Merge remote-tracking branch 'cgal/master' into BGL-test_face-GF
2020-07-15 11:13:09 +01:00
Laurent Rineau
b3225cd75a
Merge pull request #4807 from afabri/Surface_mesh-typo-GF
...
Surface_mesh doc typo: ede -> edge
2020-07-03 16:21:29 +02:00
Andreas Fabri
fa1c724843
Surface_mesh doc typo: ede -> edge
2020-06-23 12:55:31 +01:00
Andreas Fabri
cc8b06ae7e
Add missing const
2020-06-02 08:12:16 +01:00
Andreas Fabri
58f56f5a68
remove trailing whitespace
2020-05-22 07:54:19 +01:00
Andreas Fabri
fa15259dd3
Update Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h
...
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2020-05-21 16:47:28 +02:00
Andreas Fabri
5c1553dd1b
Update Surface_mesh/include/CGAL/Surface_mesh/Surface_mesh.h
...
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2020-05-21 16:47:12 +02:00
Maxime Gimeno
380e7c579e
Update doc and CHANGES.MD
2020-05-18 12:25:28 +02:00
Maxime Gimeno
9af250625b
clear() actually removes the property_maps
2020-05-18 12:21:47 +02:00
Sébastien Loriot
fbd9628307
add a static bool map and use it when possible
...
also remove Static_property_map that is a duplicate of Constant_property_map
2020-05-15 18:27:33 +02:00
Andreas Fabri
59684695a1
(add-hook 'before-save-hook 'delete-trailing-whitespace)
2020-04-30 07:55:18 +01:00
Andreas Fabri
14b70b3aaa
Surface_mesh: Add the functionality to switch garbage recycling off
2020-04-29 17:40:10 +01:00
Andreas Fabri
5f147881a4
Surface_mesh: Add the functionality to switch garbage recycling off
2020-04-29 17:38:58 +01:00
Sebastien Loriot
fea3a179bf
Merge pull request #4505 from sgiraudot/Tutorials-GIS-GF
...
[Small Feature] GIS Tutorial
2020-04-29 15:15:55 +02:00
Maxime Gimeno
5b2d46cfa0
Fixes for min/max
2020-04-21 12:04:45 +02:00
Maxime Gimeno
e9d41d7b7d
Fixes for min/max
2020-04-21 11:38:37 +02:00
Simon Giraudot
fb8573e139
Merge remote-tracking branch 'mine/Tutorials-GIS-GF' into Tutorials-GIS-GF
2020-04-20 09:25:52 +02:00
Maxime Gimeno
bc841c1da2
Use real files as examples, to be sure they work as they are in the testsuite
2020-04-08 10:44:59 +02:00
Simon Giraudot
9e2ce819f0
Merge remote-tracking branch 'mine/Tutorials-GIS-GF' into Tutorials-GIS-GF
2020-04-07 10:15:50 +02:00
Sébastien Loriot
8bb22d5b2c
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of the 5.0 release branch
+ manual fix of the files (indentation was changed in the meantime):
* Spatial_sorting/include/CGAL/Multiscale_sort.h
* Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot
8b153fb495
Merge branch 'cgal/releases/CGAL-5.0-branch'
...
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +01:00