Mael Rouxel-Labbé
2ae17980fe
Added weighted point-related functions to global functions
2017-04-07 03:44:59 +02:00
Mael Rouxel-Labbé
bad97436fe
Avoid a useless copy in one of the Homogeneous Weighted_point constructors
2017-04-07 03:40:07 +02:00
Mael Rouxel-Labbé
365cfd0566
Fixed predicate Power_side_of_oriented_power_sphere_3
...
The Homogeneous kernel doesn't know how to run that predicate
for 3 or 4 arguments so it must be defined in Kernel/function_objects until
those operators are added
2017-04-06 21:57:21 +02:00
Mael Rouxel-Labbé
14dd33eb43
Fixed ConstrustRadicalAxis_2 not showing up in doc
2017-04-06 21:28:20 +02:00
Mael Rouxel-Labbé
57006ed0d3
Aligned the function name Power_testH3 with the new naming convention
...
That is, power_side_of_oriented_power_sphereH3
2017-04-06 18:26:13 +02:00
Mael Rouxel-Labbé
322cdd83ab
Fixed predicate Compare_power_distance_2
2017-04-06 18:18:37 +02:00
Laurent Rineau
3e5ed94661
Do check the dependencies of Mesh_2
2017-04-06 17:37:10 +02:00
Andreas Fabri
3112b11e67
Add license check; Add defines for test_lipschitz.cpp
2017-04-06 17:32:50 +02:00
Laurent Rineau
cef48f35f0
Merge pull request #2012 from lemonnguyen/master
...
Fix grammar error in readme.md
2017-04-06 17:12:12 +02:00
Laurent Rineau
91642f7760
Add -Werror=inconsistent-missing-override, factorize with functions
2017-04-06 16:57:50 +02:00
Maxime Gimeno
c40eee103c
Clean-up
2017-04-06 15:46:45 +02:00
Maxime Gimeno
d42906a17f
Add Q_DECL_OVERRIDE where it was missing
2017-04-06 14:42:55 +02:00
Andreas Fabri
dfb37af958
test dependencies in Mesh_2
2017-04-06 13:16:35 +02:00
Mael Rouxel-Labbé
ca408108a2
Added documentation of Construct_weighted_point_23
2017-04-06 12:46:29 +02:00
Mael Rouxel-Labbé
0d42994d1e
Fixed incomplete Weighted_point_23 documentation
2017-04-06 12:39:43 +02:00
Mael Rouxel-Labbé
548d2bfb02
Cosmetic changes to Point_23 and Weighted_point_23
2017-04-06 12:38:18 +02:00
Mael Rouxel-Labbé
aacf8db95f
Fixed includes and typedefs in Weighted_point_23
2017-04-06 12:35:24 +02:00
Mael Rouxel-Labbé
2d2e675dac
Fixed missing operators in Cartesian and homogeneous construct_weighted_point_23
2017-04-06 12:18:36 +02:00
Mael Rouxel-Labbé
e13e1fd6fc
Fixed implementation of Homogeneous Kernel's Weighted_point_2
2017-04-06 12:04:40 +02:00
Andreas Fabri
8cbbe0e165
Remove dependencies of Triangulation_3 on Triangulation_2
2017-04-06 11:08:37 +02:00
Laurent Rineau
7eff512be3
Merge pull request #2013 from afabri/Installation-CMake_version-GF
...
Document that CGAL-4.10 requires CMake>=3.1 - Fix for #1996
2017-04-05 17:20:19 +02:00
Laurent Rineau
f56c77f7e5
Merge pull request #1951 from sgiraudot/Polyhedron_demo-Fix_duplicated_points_selection-GF
...
Polyhedron demo: fix duplicated points selection
2017-04-05 17:02:32 +02:00
Laurent Rineau
928805d911
Merge pull request #1972 from maxGimeno/Polyhedron_demo-delete_poly_at_real_time-GF
...
Polyhedron_demo: Enhance memory management in the demo
2017-04-05 17:02:24 +02:00
Laurent Rineau
ea31568fe8
Merge pull request #2003 from CGAL/lrineau-patch-1
...
Update .travis.yml
2017-04-05 17:02:16 +02:00
Laurent Rineau
d2ed62a690
Merge pull request #1922 from maxGimeno/Polyhedron_demo-Export_surf_in_surface_mesh-GF
...
Polyhedron_demo: Surf_to_sm_io_plugin
2017-04-05 17:02:08 +02:00
Laurent Rineau
2cbd2532bb
Merge pull request #1911 from lrineau/Mesh_3-manifold_TBB-lrineau
...
Mesh 3: fix the manifold code with TBB
2017-04-05 17:02:00 +02:00
Simon Giraudot
af78f66230
Use boost::uint32_t instead of std::size_t as size type
2017-04-05 15:29:53 +02:00
Simon Giraudot
4cfbe98564
Point_set_3: fix documentation bug (concept Index accepts constructor with std::size_t)
2017-04-05 15:18:28 +02:00
Andreas Fabri
3ec934e291
no need for CGAL_FUTURE
2017-04-05 09:56:48 +02:00
Maxime Gimeno
be04b737a2
Remove lonely typedef
2017-04-04 14:53:18 +02:00
Andreas Fabri
7942f04eb6
We need the word 'main' in the file so that a testsuite gets created
2017-04-04 12:11:10 +02:00
Maxime Gimeno
3b41b1e9ef
- Add a plugin to read a surf in surface_meshes
...
- Add a constructor to the Scene_surface_mesh_item that takes a SMesh.
2017-04-04 11:42:41 +02:00
Maxime Gimeno
5ec67c3a27
Add an action to the menuFile to reset the default_loaders_map, allowing the user to choose the loader for all items again, even if alwaysUse was checked.
...
This action appears if talwaysUse is checked, and disappears when it is clicked.
2017-04-04 11:06:19 +02:00
Maxime Gimeno
281f2075b0
Add genus for closed polyhedra.
2017-04-04 09:37:58 +02:00
Andreas Fabri
9b702c6c5b
fix path to example in the doc
2017-04-04 08:20:09 +02:00
Andreas Fabri
6e2e044a11
KDS: do not open /dev/null
2017-04-03 19:00:43 +02:00
Andreas Fabri
6e4942470a
backquote in doc; clean CMakeLists.txt
2017-04-03 18:45:55 +02:00
Andreas Fabri
863e06bc3f
Add typename
2017-04-03 18:39:04 +02:00
Maxime Gimeno
2535fd3490
Add override declarations
2017-04-03 12:56:12 +02:00
Andreas Fabri
cc3c4c93ba
CGAL_Core: make it less verbose to fix #1915
2017-04-03 12:36:43 +02:00
Andreas Fabri
1e92625291
Algebraic_kernel_d: Remove dynamic exception specifications. Fixes Issue #1886
2017-04-03 11:52:48 +02:00
Andreas Fabri
2de6413e50
Document that CGAL-4.10 requires CMake>=3.1 - Fix for #1996
2017-04-03 11:17:02 +02:00
Maxime Gimeno
fd0c6f0a2e
Add a plugin to convert a polyhedron_item to a surface_mesh_item and vice versa.
2017-04-03 11:15:46 +02:00
Andreas Fabri
dbfc3a5f77
Add runtime test that the triangulation classes are model of BidirectionalGraph
2017-04-03 11:06:17 +02:00
lemonnguyen
a260524624
Fix grammar error in readme.md
...
"is" -> "are"
2017-04-02 10:21:42 -07:00
Laurent Rineau
e1035a9477
Improve the debug output
...
and rename a function
2017-03-31 18:26:19 +02:00
Laurent Rineau
26813b753c
Modify the template as well
2017-03-31 17:07:59 +02:00
Laurent Rineau
4a4ce76ec9
Travis will now checks if the Travis file differs
2017-03-31 17:07:45 +02:00
Laurent Rineau
85fbbca46d
Add the option --check
...
That option will set the exit code to 1 if the travis file changes.
2017-03-31 17:07:32 +02:00
Andreas Fabri
e64884da90
Also add support for Regular_triangulation_2
2017-03-31 12:38:17 +02:00