Laurent Rineau
a07cd292d9
Merge pull request #2071 from janetournois/Polyhedron_demo-improve_surf_reader-GF
...
Polyhedron demo : improve .surf reader
2017-05-19 10:28:22 +02:00
Laurent Rineau
529f9b1261
Merge pull request #2019 from maxGimeno/Polyhedron_demo-enhance_statistics-GF
...
Add genus for closed polyhedra.
2017-05-19 10:28:14 +02:00
Laurent Rineau
2ac0a5da5e
Merge pull request #2062 from maxGimeno/Polyhedron_demo-Color_and_camera-GF
...
Polyhedron_demo: color and camera
2017-05-19 10:27:35 +02:00
Laurent Rineau
97a5dd73e1
Merge pull request #2060 from janetournois/CGAL-improve_examples_with_requirements-jtournois
...
PMP and SMS : improve examples with a (pre)condition
2017-05-19 10:27:27 +02:00
Laurent Rineau
3ef0948174
Merge pull request #2121 from maxGimeno/Polyhedron_demo-Fix_nef_triangulation-GF
...
Fix triangulation for nef facets with holes.
2017-05-19 10:27:17 +02:00
Laurent Rineau
5282ef53da
Merge pull request #2120 from gdamiand/patch-2
...
Update cmap definition
2017-05-19 10:27:09 +02:00
Laurent Rineau
886db3b152
Merge pull request #2054 from MaelRL/Triangulation_23-Missing_deprecated_macros-GF
...
Improve deprecation_warning.h and fix some missing / improper deprecated macros
2017-05-19 10:27:06 +02:00
Laurent Rineau
0674d70162
Merge pull request #2117 from sgiraudot/Optimal_transportation_reconstruction_2-Fix_warning_unused_variable-GF
...
OT Reconstruction: fix warning unused variable
2017-05-19 10:26:58 +02:00
Laurent Rineau
631bc832f8
Merge pull request #2115 from afabri/Mesh_3-TBB_hash_pair-GF
...
Mesh_3: Address TBB performance warning on hashing
2017-05-19 10:26:49 +02:00
Laurent Rineau
819a46e30a
Merge pull request #2114 from afabri/Shape_detection-warnings-GF
...
Point_set_shape_detection: Remove unused variables
2017-05-19 10:26:40 +02:00
Laurent Rineau
7754853606
Merge pull request #2113 from gdamiand/CMap-remove_warning-gdamiand
...
Remove a warning (unused variable)
2017-05-19 10:26:32 +02:00
Laurent Rineau
50eafbd21f
Merge pull request #1920 from d1saster/Cell_criteria_visitor_with_features
...
Mesh_3: Allow AbstractCriterion to be visited by Cell_criteria_visitor_with_f…
2017-05-19 10:26:29 +02:00
Guillaume Damiand
7cab8ed1bb
Remove a warning (unused variable)
2017-05-19 10:03:02 +02:00
Laurent Rineau
3b1ebdb574
Merge pull request #2057 from janetournois/PMP-fix_is_outward_oriented-GF
...
PMP : fix `PMP::is_outward_oriented()`
(From a merge of 'cgal/releases/CGAL-4.10-branch', plus a merge of the
commit 'a6e2783'. That commit fixes the incompatibility with recent
changes in `master`.)
2017-05-17 13:02:38 +02:00
Sébastien Loriot
a6e2783d36
use internal namespace introduced in e9395ab for accessing named parameters
2017-05-17 13:01:29 +02:00
Laurent Rineau
2ad18ad5d7
Merge pull request #2057 from janetournois/PMP-fix_is_outward_oriented-GF
...
PMP : fix `PMP::is_outward_oriented()`
2017-05-17 12:59:58 +02:00
Simon Giraudot
ab33988eb5
Remove unused parameter
2017-05-16 14:13:43 +02:00
Simon Giraudot
b1268f0a95
Silence unused argument
2017-05-16 14:13:43 +02:00
Simon Giraudot
4166de5024
Fix warning unused variable
2017-05-16 14:13:43 +02:00
Laurent Rineau
0feb23ec43
Re-add <CGAL/config.h> to avoid a conflict with `master`
...
The `#include` was removed by error by:
73122ac202
Author: Andreas Fabri <andreas.fabri@geometryfactory.com>
Date: Tue May 16 08:26:08 2017 +0200
Change comment to avoid warning
2017-05-16 10:53:44 +02:00
Mael Rouxel-Labbé
9cd0f31d71
Temporarily silenced weighted alpha shape traits depreciation warnings
2017-05-16 10:28:09 +02:00
Mael Rouxel-Labbé
424c01285d
Change comment to avoid warning
2017-05-16 10:19:54 +02:00
Andreas Fabri
73122ac202
Change comment to avoid warning
2017-05-16 10:19:54 +02:00
Andreas Fabri
40d6a3e68a
Change comment to avoid warning
2017-05-16 10:17:41 +02:00
Mael Rouxel-Labbé
0cd98e6ff1
Silenced depreciation warnings from Weighted_point.h
2017-05-16 10:17:41 +02:00
Mael Rouxel-Labbé
266775bafa
Silenced depreciation warnings from Regular_triangulation_euclidean_traits_23
2017-05-16 10:17:41 +02:00
Mael Rouxel-Labbé
3b57c69adb
Partial revert of c3f32e612978fd6d0e3d8cd65963c886217b003e
...
Surface_mesher currently needs io_signatures for the deprecated Weighted_point
2017-05-16 10:17:41 +02:00
Mael Rouxel-Labbé
93aaa53af5
Removed some warnings
2017-05-16 10:17:41 +02:00
Mael Rouxel-Labbé
cd2a562ffa
Fixed improper guards against the inclusion of deprecated headers
2017-05-16 10:17:41 +02:00
Mael Rouxel-Labbé
7cef85e107
Improved deprecation_warning.h
...
-- Actually fail compilation even if CGAL_NO_DEPRECATION_WARNINGS is defined
-- An optional message can be passed through CGAL_DEPRECATED_MESSAGE_DETAILS
-- Print the replacement header in all cases, not just when warning about
the deprecated header.
2017-05-16 10:17:41 +02:00
Mael Rouxel-Labbé
c353f0f49c
Added CGAL_NO_DEPRECATED_CODE macros to Regular_triangulation_euclidean_traits
2017-05-16 10:17:41 +02:00
Maxime Gimeno
374c235ffb
Fix warning.
2017-05-16 09:57:55 +02:00
Andreas Fabri
37f27b8381
Remove unused typedef
2017-05-16 08:07:42 +02:00
Maxime Gimeno
1f8565cc4e
Fix triangulation for nef facets with holes.
2017-05-15 17:37:05 +02:00
Sébastien Loriot
05fcab830e
Add deprecation message
2017-05-15 10:09:19 +02:00
Guillaume Damiand
2965ecabea
Update cmap definition
...
Following Mike Bliudze comment on cgal-edboard.
2017-05-12 10:46:05 -04:00
Sébastien Loriot
9188647856
mention the deprecation of compare_slopes
2017-05-12 10:07:36 +02:00
Sébastien Loriot
ed704ea0f3
protect deprecated code with deprecation macro
2017-05-12 10:02:08 +02:00
Sébastien Loriot
d4fa3c860c
fix test incorrectly simplified test
2017-05-12 09:49:44 +02:00
Sébastien Loriot
51dce78e78
fix the last step of the algorithm to pick the top face along the z-axis
2017-05-12 09:49:43 +02:00
Sébastien Loriot
976ba8b75a
fix the outward orientation test
2017-05-12 09:49:43 +02:00
Sébastien Loriot
8af0216b54
update internal use of is_outward_oriented() by does_bound_a_volume()
2017-05-12 09:49:43 +02:00
Sébastien Loriot
1a29f74325
Revert "remove the use of internal::is_outward_oriented"
...
This reverts commit 37c5b0bd4e6d550c86bf7f173eaa4bfc1fa5bf6f.
2017-05-12 09:49:43 +02:00
Sébastien Loriot
1e22c09969
fix warning
2017-05-12 09:49:43 +02:00
Jane Tournois
686b418fe0
remove the use of internal::is_outward_oriented
2017-05-12 09:49:42 +02:00
Jane Tournois
766ff220b6
and missing include
...
and fix the use of namespaces
2017-05-12 09:49:42 +02:00
Jane Tournois
49818d56ce
add a runtime warning and return true for empty mesh
2017-05-12 09:49:42 +02:00
Jane Tournois
57b01e0b8f
make if work also if GT::Compare_z_3 does not have a default constructor
...
(may happen with a geom traits with state)
2017-05-12 09:49:42 +02:00
Jane Tournois
6c2ee8a35e
fix the implementation of is_outward_oriented(polygon mesh)
...
this implementation does not require the construction of the normal,
and is based only on Kernel predicates
2017-05-12 09:49:42 +02:00
Andreas Fabri
ce8a0be55e
Update manual for Angle_3 and angle()
2017-05-12 09:49:41 +02:00