Laurent Rineau
216d066285
Merge remote-tracking branch 'cgal/master' into Surface_mesh_reuse_garbage-GF
2020-10-16 14:01:58 +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
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
Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot
0a46621dc6
Merge branch 'cgal/releases/CGAL-4.14-branch'
...
whitespace+tab removal, merged with option -Xignore-all-space
2020-03-26 13:28:46 +01:00
Sébastien Loriot
590612a563
run the script to remove tabs and trailing whitespaces
2020-03-26 13:25:16 +01:00
Laurent Rineau
2f4e49bfff
Fix forward-declarations of CGAL::Surface_mesh
...
In the forward-declaration, the template parameters do not matter, but
they do if the code is read by an IDE (with IntelliSense for example).
2020-03-23 09:47:01 +01:00
Mael Rouxel-Labbé
26463ded7a
Update NPs using default constructed default values to new API
...
+ misc cleaning
2020-02-28 11:55:17 +01:00
Laurent Rineau
61453c6322
Merge pull request #4501 from maxGimeno/OFF_reading-Fixes-maxGimeno
...
Fix OFF reader
2020-02-14 14:46:35 +01:00
Laurent Rineau
f58b40b77b
Merge pull request #4501 from maxGimeno/OFF_reading-Fixes-maxGimeno
...
Fix OFF reader
2020-02-14 14:39:22 +01:00
Laurent Rineau
31eab7333a
Merge pull request #4523 from sgiraudot/Surface_mesh-Fix_PLY_writer-GF
...
[Surface Mesh] Fix PLY writing by reindexing vertices
2020-02-14 14:39:08 +01:00
Simon Giraudot
0bd22934e2
Fix PLY writing by reindexing vertices
2020-02-13 10:45:54 +01:00
Simon Giraudot
3d4ace8a85
Fix PLY writing by reindexing vertices
2020-02-13 10:42:29 +01:00
Laurent Rineau
226462c295
Merge pull request #4414 from oleg-alexandrov/master
...
Set the precision when saving a mesh
2020-02-07 16:25:00 +01:00
Maxime Gimeno
26c86d28be
Fix OFF reader
2020-01-31 11:58:58 +01:00
Laurent Rineau
76fe17461f
Merge pull request #4493 from sgiraudot/Properties-Fix_capacity-GF
...
[Surface Mesh / Point Set] Fix capacity handling in properties
2020-01-29 16:29:47 +01:00
Laurent Rineau
c950da11b0
Merge pull request #4493 from sgiraudot/Properties-Fix_capacity-GF
...
[Surface Mesh / Point Set] Fix capacity handling in properties
2020-01-29 16:27:44 +01:00
Simon Giraudot
283a264f5e
Fix reserve (update capacity only if bigger)
2020-01-28 11:14:53 +01:00