Sébastien Loriot
|
ca4e71a1aa
|
remove trailing whitespaces
|
2016-11-08 11:10:42 +01:00 |
Sébastien Loriot
|
918b71339f
|
bugfix: copy-paste error, wrong mesh
|
2016-11-04 09:55:56 +01:00 |
Sébastien Loriot
|
1ed98a7d9a
|
simply the detection of coplanar faces
coplanar faces are made of 3 intersection edges and each of its vertex
has a node-id != -1
|
2016-11-03 14:31:20 +01:00 |
Sébastien Loriot
|
cab2634387
|
bug fix in the detection of intersection edges in the middle of a coplanar patch
do not remove the edges from the intersection map while we are still using them
|
2016-11-03 14:18:12 +01:00 |
Sébastien Loriot
|
8c8a62b7e0
|
Correctly handle tangencies of input model
this handle the case of identical models (even differently meshed)
and model that are tangent only at vertices
(backport from Operations_on_polyhedra)
|
2016-11-03 10:41:00 +01:00 |
Sébastien Loriot
|
8390e569b7
|
Correctly handle tangencies of input model
this handle the case of identical models (even differently meshed)
and model that are tangent only at vertices
|
2016-11-03 10:31:57 +01:00 |
Sébastien Loriot
|
4841913bb7
|
improve outline and add corefinement
drop the manual section numbering that is error prone
and use bullets to make it easier to catch the different
sections
|
2016-10-19 15:41:09 +02:00 |
Sébastien Loriot
|
f4d67dd4af
|
Refresh branch from master
|
2016-10-19 14:27:08 +02:00 |
Sébastien Loriot
|
c86582ef82
|
remove todo
|
2016-10-19 14:03:45 +02:00 |
Sébastien Loriot
|
eceb0a8b11
|
add doc for self-intersection tests restricted to a set of faces
also add an overload without named parameters
|
2016-10-19 13:57:23 +02:00 |
Sébastien Loriot
|
7c4e1aee8b
|
simplify example
|
2016-10-19 13:57:04 +02:00 |
Laurent Rineau
|
d02ab0c626
|
Merge pull request #1575 from afabri/Spatial_searching-document_build-GF
Add the documentation for Kd_tree::build()
|
2016-10-18 11:06:37 +02:00 |
Laurent Rineau
|
f4c2099e67
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.9-branch'
|
2016-10-17 11:45:42 +02:00 |
Laurent Rineau
|
660eb85ce4
|
Merge pull request #1549 from maxGimeno/Polyhedron_demo-Fixes_for_the_UI-GF
Polyhedron_demo: Fixes for the UI behavior
|
2016-10-17 11:41:03 +02:00 |
Laurent Rineau
|
341c8b6b47
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.9-branch'
|
2016-10-17 11:03:45 +02:00 |
Laurent Rineau
|
b1075c5432
|
Merge pull request #1541 from maxGimeno/Polyhedron_demo-Fix_spheres_in_polylines-GF
Polyhedron_demo: Fix spheres in polylines
|
2016-10-17 10:26:06 +02:00 |
Laurent Rineau
|
9c05a24d96
|
Merge pull request #1553 from maxGimeno/Polyhedron_demo-Fix_cut_plugin-GF
Polyhedron_demo: Fix the cut_plugin
|
2016-10-17 10:24:42 +02:00 |
Laurent Rineau
|
272e53ae2f
|
Merge pull request #1560 from lrineau/Installation-fix_CGAL_VERSION_issue_1559-lrineau
Fix CGAL_VERSION in CGALConfig.cmake
|
2016-10-17 10:23:05 +02:00 |
Laurent Rineau
|
6e5919df73
|
Merge pull request #1564 from lrineau/Mesh_3-fix_an_old_bug__issue_1554-lrineau
Fix issue #1554
|
2016-10-17 10:21:22 +02:00 |
Laurent Rineau
|
57341e7d78
|
Merge pull request #1568 from lrineau/Intersection-fix_inter_plane_seg-lrineau
Fix a bug in Intersect_3()(Plane_3, Segment_3)
|
2016-10-17 10:20:29 +02:00 |
Laurent Rineau
|
b76e1e021a
|
Merge pull request #1470 from sloriot/Nef_3-cst_from_FaceGraph
Add a Nef_3 constructor from a FaceGraph
|
2016-10-17 10:03:28 +02:00 |
Laurent Rineau
|
5ab5825013
|
Merge pull request #1466 from sloriot/BGL-add_nef_to_pm
Add a function to convert a Nef polyhedron to a polygon mesh
|
2016-10-17 10:03:24 +02:00 |
Laurent Rineau
|
f2e7050364
|
Merge pull request #1428 from sloriot/AABB_tree-fix_Closest_point
Fix implementation of AABB_traits::Closest_point
|
2016-10-17 10:03:20 +02:00 |
Laurent Rineau
|
0d5ddad5c3
|
Merge pull request #1534 from lrineau/CGAL-Allow_examples_to_use_cpp11_features-lrineau
Allow examples to use C++>=11 features
|
2016-10-17 10:03:05 +02:00 |
Laurent Rineau
|
a9b2d377db
|
Merge pull request #1489 from maxGimeno/Polyhedron_demo-Export_c3t3_as_vtu-GF
Polyhedron_demo : Save C3T3 items as vtu files
|
2016-10-17 10:01:52 +02:00 |
Laurent Rineau
|
0b49666c09
|
Merge pull request #1425 from afabri/SDG_inf_2-static-GF
SDG_linf_2: No need for thread local storage as readonly
|
2016-10-17 10:01:48 +02:00 |
Laurent Rineau
|
df77ac7812
|
Merge pull request #1323 from maxGimeno/Polyhedron_demo-Add_shaded_points-GF
Polyhedron_demo : Add a new RenderingMode for ShadedPoints
|
2016-10-17 10:01:44 +02:00 |
Laurent Rineau
|
f2205ee9da
|
Merge pull request #1128 from maxGimeno/Fix_for_1127-GF
Add a macro to customize deprecation warnings
|
2016-10-17 10:01:40 +02:00 |
Laurent Rineau
|
3044d512f2
|
Merge pull request #1511 from gdamiand/CMap_LCC-bugfixes-gdamiand
Some bugfixes in CMap and LCC
|
2016-10-17 10:01:36 +02:00 |
Laurent Rineau
|
038a310a1a
|
Merge pull request #1446 from sloriot/CGAL-remove_dont_submit
Getting rid of the remaining dont_submit files
|
2016-10-17 10:01:30 +02:00 |
Laurent Rineau
|
7a84cbceea
|
Merge pull request #1509 from gdamiand/Compact_container-add_debug_function-gdamiand
Add index function in Compact container
|
2016-10-17 10:01:27 +02:00 |
Laurent Rineau
|
bc167f34df
|
Merge pull request #1570 from afabri/SMS-disambiguate_optional-GF
Qualify optional with boost:: as GCC6 sees an ambiguity
|
2016-10-17 10:01:24 +02:00 |
Laurent Rineau
|
b14da4c496
|
Merge pull request #1568 from lrineau/Intersection-fix_inter_plane_seg-lrineau
Fix a bug in Intersect_3()(Plane_3, Segment_3)
|
2016-10-17 10:01:21 +02:00 |
Laurent Rineau
|
6a72c4749f
|
Merge pull request #1564 from lrineau/Mesh_3-fix_an_old_bug__issue_1554-lrineau
Fix issue #1554
|
2016-10-17 10:01:17 +02:00 |
Laurent Rineau
|
c24a2a3347
|
Merge pull request #1497 from afabri/Circular_kernel_2-static-GF
Circular_kernel_2: Use thread local storage
|
2016-10-17 10:01:14 +02:00 |
Laurent Rineau
|
54ce89f314
|
Merge pull request #1560 from lrineau/Installation-fix_CGAL_VERSION_issue_1559-lrineau
Fix CGAL_VERSION in CGALConfig.cmake
|
2016-10-17 10:01:11 +02:00 |
Laurent Rineau
|
c990331279
|
Merge pull request #1558 from lrineau/P3_and_T2-fix_warnings-lrineau
Fix warnings with CGAL_TRIANGULATION_NO_ASSERTIONS
|
2016-10-17 10:01:08 +02:00 |
Laurent Rineau
|
4c58c675d6
|
Merge pull request #1358 from maxGimeno/Polyhedron_demo-D_pointer_for_the_viewer-GF
Polyhedron_demo : Viewer use a d-pointer
|
2016-10-17 10:01:05 +02:00 |
Laurent Rineau
|
7edc04cbf3
|
Merge pull request #1556 from maxGimeno/Polyhedron_demo-Enhance_raw_image_manipulation-GF
Polyhedron_demo: Enhance the raw image management
|
2016-10-17 10:01:01 +02:00 |
Laurent Rineau
|
5bde261394
|
Merge pull request #1427 from afabri/SDG_2-static-GF
SDG_2: No need for thread local storage as readonly
|
2016-10-17 10:00:57 +02:00 |
Laurent Rineau
|
8dda7b3cd1
|
Merge pull request #1362 from sloriot/Kernel_23-add_compound_assignement_operator_for_vectors
Add compound assignment operators for 2D and 3D vector classes
|
2016-10-17 10:00:53 +02:00 |
Laurent Rineau
|
7a2bf13a4f
|
Merge pull request #1553 from maxGimeno/Polyhedron_demo-Fix_cut_plugin-GF
Polyhedron_demo: Fix the cut_plugin
|
2016-10-17 10:00:19 +02:00 |
Laurent Rineau
|
2e4354f2e6
|
Merge pull request #1421 from afabri/Nef_3-static-GF
Nef_3: Make variables atomic
|
2016-10-17 09:59:36 +02:00 |
Laurent Rineau
|
c6a0dd92ea
|
Merge pull request #1422 from afabri/Cone_spanners-static-GF
Cone_spanners: No need for thread local storage as readonly
|
2016-10-17 09:59:33 +02:00 |
Laurent Rineau
|
ef99eb7d01
|
Merge pull request #1549 from maxGimeno/Polyhedron_demo-Fixes_for_the_UI-GF
Polyhedron_demo: Fixes for the UI behavior
|
2016-10-17 09:59:30 +02:00 |
Laurent Rineau
|
9356ed39d4
|
Merge pull request #1548 from afabri/Number_types_Gmpzf_tss-GF
Number_types / Gmpzf: make static variable thread local
|
2016-10-17 09:59:26 +02:00 |
Laurent Rineau
|
0ab0966ada
|
Merge pull request #1545 from afabri/Number_types_Counted_number_fix-GF
Number_types/Counted_number: Use atomic static variables
|
2016-10-17 09:59:23 +02:00 |
Laurent Rineau
|
9dc09d5b5f
|
Merge pull request #1544 from afabri/Number_types_Interval_nt_fix-GF
Interval_nt: Declare the static object const.
|
2016-10-17 09:59:20 +02:00 |
Laurent Rineau
|
d43015c0ef
|
Merge pull request #1543 from afabri/BGL_remove_graph_traits_CMap-GF
Remove files that are here accidentally according to Guillaume
|
2016-10-17 09:59:17 +02:00 |
Laurent Rineau
|
e9d6031385
|
Merge pull request #1541 from maxGimeno/Polyhedron_demo-Fix_spheres_in_polylines-GF
Polyhedron_demo: Fix spheres in polylines
|
2016-10-17 09:59:13 +02:00 |