sort by:
Revision Author Date Message Commit Date
b997dd1 fix path to input files 06 January 2017, 08:49:16 UTC
64c2dd9 Fix : - Fix demo and add dialog to select the number of points per triangle 05 January 2017, 15:45:09 UTC
33979fc remove wrong comments 05 January 2017, 14:14:12 UTC
527828f copy-paste error 30 December 2016, 15:17:13 UTC
0607f25 improve user manual 30 December 2016, 15:12:37 UTC
88d391a improve phrasing 30 December 2016, 14:46:13 UTC
6341b5d rename named parameter and update concept after adding edge sampling 30 December 2016, 13:52:10 UTC
a047641 update user manual and add a picture to illustrate the sampling methods 30 December 2016, 13:28:37 UTC
9127891 reorder named parameters 29 December 2016, 17:06:58 UTC
a847818 improve description 29 December 2016, 17:02:36 UTC
886b65e remove set_ prefix from named parameters 29 December 2016, 16:50:16 UTC
bfc20a9 move using instructions 29 December 2016, 06:21:04 UTC
283815c improve doc 29 December 2016, 06:21:04 UTC
29b2894 cite metro 29 December 2016, 06:21:04 UTC
94b2720 use name parameters for selecting the sampling algorithm A dedicated sampling of edges is also introduced as well as an option to use input vertices to evaluate the distance. 29 December 2016, 06:20:25 UTC
1d1b030 add a random generator on edges of a mesh 29 December 2016, 06:20:25 UTC
3e018b4 use snippet to avoid inlining a whole example while we care only of a tiny part 29 December 2016, 06:20:25 UTC
468abf7 copy-paste random points on 2D segment in 3D 29 December 2016, 06:20:25 UTC
e40a84d use Real_timer to avoid since Timer measure cpu time 29 December 2016, 06:20:25 UTC
db6b7e0 add sampling on edges and vertices for a single face (grid case) also add missing overload 29 December 2016, 06:20:25 UTC
5ee83b5 remove Triangle_3 extra requirements 29 December 2016, 06:20:25 UTC
621c6c5 cosmetic changes 29 December 2016, 06:20:24 UTC
fd87870 fix constructed vector 29 December 2016, 06:20:24 UTC
4568381 Another fix for the doc 29 December 2016, 06:20:24 UTC
cdc7612 Keep fixing the doc 29 December 2016, 06:20:24 UTC
9dee159 poisson -> Poisson 29 December 2016, 06:20:24 UTC
18a39a5 fix VC++ warnings by adding static_cast 29 December 2016, 06:20:24 UTC
c84e72f Fix typo in example; Functions in manuals always with '()' 29 December 2016, 06:20:24 UTC
768e52f Another fix of the doc. 29 December 2016, 06:20:23 UTC
1d43e64 Fix measure.h and update demo plugin code 29 December 2016, 06:20:23 UTC
581b677 Add sample_face() and fix some doc. 29 December 2016, 06:20:23 UTC
98b5ae4 Fix angle/circumcenter/m_edge problems 29 December 2016, 06:20:23 UTC
06dd4a4 Add a geom-traits concept for distance functions Update the code and the doc accordingly 29 December 2016, 06:20:23 UTC
19a7a84 correctly use the Creator 29 December 2016, 06:20:23 UTC
7ec512e update approximated -> approximate 29 December 2016, 06:20:23 UTC
e9f6885 minor doc fixes 29 December 2016, 06:20:23 UTC
2e804f6 fix the doc of `sample_triangle_mesh` fix a few typos, and fix the layout of bullet lists 29 December 2016, 06:20:22 UTC
d5bdf34 Use functor instead of free function volume() 29 December 2016, 06:20:22 UTC
06c8a7a Fix the return type of Apply_approx_sqrt. 29 December 2016, 06:20:22 UTC
9140ab3 Replace approximated by approximate in the function names. 29 December 2016, 06:20:22 UTC
3710a60 doc clean up 29 December 2016, 06:20:22 UTC
0cc2c59 Fixes for SF. 29 December 2016, 06:20:22 UTC
cc44c57 Shorten the code lines. 29 December 2016, 06:20:22 UTC
3fca439 Add examples and keep fixing the doc 29 December 2016, 06:20:22 UTC
cbf7e6b Doc and test fix. 29 December 2016, 06:20:21 UTC
81b11ee Bug-fix: accept range of points as input and not only vectors 29 December 2016, 06:20:21 UTC
0c3edf8 Add tests for misisng documented functions. 29 December 2016, 06:20:21 UTC
a4127d7 Add distance computation to poisson_reconstruction's example. 29 December 2016, 06:20:21 UTC
6cf0504 Fixes and clean-up : first part. 29 December 2016, 06:20:21 UTC
3cedefa Update the doc. 29 December 2016, 06:20:21 UTC
9e767fd Fix and clean-up 29 December 2016, 06:20:21 UTC
6858d65 Update and fix Parallelize the plugin if TBB is linked with CGAL and fix the parallelized code in distance.h. 29 December 2016, 06:20:21 UTC
a232a25 Implementation of the `max_distance_to_point_set()` function. 29 December 2016, 06:20:21 UTC
a6b3caa Add the hausdorff example file. 29 December 2016, 06:20:20 UTC
033adb2 Update the demo and fix the code for Polyhedron. 29 December 2016, 06:20:20 UTC
542efa9 Implement the NamedParameters functions and use the property maps. 29 December 2016, 06:20:20 UTC
218392c Cherry-pick from Generator-branch. Conflicts: Generator/include/CGAL/internal/Generic_random_point_generator.h Generator/include/CGAL/point_generators_3.h 29 December 2016, 06:20:20 UTC
81ea4ee Add a constructor for `Random_points_in_triangle_mesh_3` that takes a vertex point map as argument. 29 December 2016, 06:20:20 UTC
c9ec5a2 Remove useless sampling. 29 December 2016, 06:20:20 UTC
9d90077 Add a plugin that computes and displays the distance between two polyhedra as a color on those polyhedra. 29 December 2016, 06:20:20 UTC
f742ad2 Fix for use with Polyhedron - Polyhedron does not have a halfedge_around_face_descriptor, thus it does not respect the BGL doc and we must use a regular halfedge_descriptor instead. 29 December 2016, 06:20:20 UTC
39e7b76 WIP 29 December 2016, 06:20:19 UTC
0f13cde Implementation: - cherry-pick Random_generator - implement hausdorff distance functions - implement sample_triangle_mesh 29 December 2016, 06:20:19 UTC
62e78f3 WIP 29 December 2016, 06:20:19 UTC
c4a6da2 Transform the overloads to use Surface_mesh instead of triangle meshes. 29 December 2016, 06:20:19 UTC
c5a17ce Change `approximated_Hausdorff_distance()` to use a Surface_mesh instead of a triangle range. 29 December 2016, 06:20:19 UTC
0904010 Create an example file to test the Hausdorff distance. 29 December 2016, 06:20:19 UTC
2577fd9 WIP to add Hausdorff distance to a mesh 29 December 2016, 06:20:19 UTC
853d89d Empty merge from branch 'releases/CGAL-4.9-branch' 28 December 2016, 15:32:32 UTC
6b8e75f Merge pull request #1752 from lrineau/Mesh_3-various_fixes_and_improvements-lrineau Fix the patch from #1524 28 December 2016, 15:28:18 UTC
2b97d32 Merge pull request #1759 from xantares/patch-1 Use correct Exponent type 28 December 2016, 15:12:56 UTC
76df1fa Merge pull request #1758 from lrineau/Polyhedron_demo-mesh_3_plugin_split_polylines-GF Add an action to split polylines 28 December 2016, 15:12:43 UTC
5457a85 Merge pull request #1656 from afabri/Kernel-Linfinity_distance-GF Kernel_23: Add the function FT l_infinity_distance() for 2D and 3D points 28 December 2016, 15:12:31 UTC
7776720 Merge pull request #1752 from lrineau/Mesh_3-various_fixes_and_improvements-lrineau Fix the patch from #1524 28 December 2016, 15:12:14 UTC
0e5d383 Merge pull request #1782 from xantares/mpir MPIR support 28 December 2016, 15:12:01 UTC
77bd28c Merge pull request #1777 from MaelRL/Polyhedron-Improve_shortest_path Improved the computation of shortest paths in the polyhedron demo 28 December 2016, 15:11:49 UTC
1b94cc3 Merge pull request #1785 from sloriot/Doc-fix_issues Fix doc issues detected by recent doxygen 28 December 2016, 13:02:21 UTC
cad6cbb fix doc issues detected by recent doxygen duplicated labels, missing bibtex entry and nested comments 28 December 2016, 12:59:45 UTC
fdd3b68 Merge pull request #1784 from sloriot/Kernel_23-fix_intersection_links Fix intersection links 28 December 2016, 10:21:58 UTC
5937892 fix intersection links 28 December 2016, 10:19:37 UTC
4ff0998 Fix -Wpessimizing-move warnings remove unwanted `std::move`, to fix those Clang warnings: ``` .../test/Polyhedron_Demo/Plugins/Mesh_3/split_polylines.cpp:10:10: warning: moving a local object in a return statement prevents copy elision [-Wpessimizing-move] return std::move(result); ^ .../test/Polyhedron_Demo/Plugins/Mesh_3/split_polylines.cpp:10:10: note: remove std::move call here return std::move(result); ^~~~~~~~~~ ~ ``` ``` .../test/Polyhedron_Demo/Plugins/Mesh_3/Mesh_3_plugin.cpp:160:5: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] std::move(Polylines_container{new_polylines.begin(), new_polylines.end()}); ^ .../test/Polyhedron_Demo/Plugins/Mesh_3/Mesh_3_plugin.cpp:160:5: note: remove std::move call here std::move(Polylines_container{new_polylines.begin(), new_polylines.end()}); ^~~~~~~~~~ ~ ``` 27 December 2016, 14:07:21 UTC
aac08de MSVC 2012 does not have "cxx_generalized_initializers" 27 December 2016, 14:07:21 UTC
812c049 Merge pull request #1750 from lrineau/Testsuite-fix_CMake_warnings_unused_from_cli-lrineau Followup to #1736 27 December 2016, 13:40:48 UTC
376b848 Merge pull request #1764 from lrineau/Polyhedron-demo_fix_polylines_menu-lrineau Polyhedron demo, polylines items: fix the radius displayed in the menu 27 December 2016, 08:09:31 UTC
b898c92 Merge pull request #1755 from lrineau/Polyhedron-load_OBJ_soup-GF Allow to load OBJ files containing polygon soups 27 December 2016, 08:08:11 UTC
8c9af91 Merge pull request #1749 from sloriot/SMSP-fix_incorrect_name Barycentric coordinate -> Barycentric coordinates 27 December 2016, 08:02:06 UTC
1d1cfa1 Merge pull request #1783 from sloriot/PMP-doc_fix Fix incorrect function group 27 December 2016, 07:35:06 UTC
9dbaf36 put function is correct group 26 December 2016, 07:33:43 UTC
722e37c MPIR support 23 December 2016, 21:32:32 UTC
3f4bcab Merge pull request #1756 from MaelRL/Arrangement_2-Fix_typos Fixed some typos in Arrangement_2 22 December 2016, 16:11:08 UTC
acfa5a8 Merge pull request #1751 from sloriot/Doc-fix_testsuite Fix doc testsuite 22 December 2016, 16:08:55 UTC
4cbe6a6 Merge pull request #1765 from maxGimeno/Three_documentation_updates-GF Polyhedron_demo : update for the documentation 22 December 2016, 16:08:10 UTC
9cdbbe4 Fix license header, following the merge of PR##585 22 December 2016, 14:23:50 UTC
4d4f8c1 Merge pull request #1769 from drewish/spelling Fix spelling of 'matches' 22 December 2016, 10:51:00 UTC
3a2b2c3 Fixed redundant typedef and added some missing include's 21 December 2016, 13:52:17 UTC
dbbd153 Improved the computation of shortest paths in the polyhedron demo - change map to unordered_map - clean off the use of weights (not needed) - use a visitor in the boost::dijkstra_shortest_path to stop the algorithm once the shortest path to the target is found 21 December 2016, 13:12:09 UTC
0680782 fix assertion in testsuite 21 December 2016, 08:42:39 UTC
226da32 std::max() does only take two arguments 21 December 2016, 08:42:33 UTC
2edce44 fix changes.html 21 December 2016, 08:42:25 UTC
8a10666 Edit changes.html 21 December 2016, 08:41:41 UTC
back to top