sort by:
Revision Author Date Message Commit Date
667fed9 Enhancements: - editable size for the spheres - text repositionned - slice's number editable Conflicts: Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Volume_plane.h Polyhedron/demo/Polyhedron/Plugins/Mesh_3/Volume_plane_interface.h 05 January 2017, 10:24:11 UTC
47dbde4 Merge pull request #1753 from maxGimeno/BGL_descriptor_with_graph-GF BGL descriptor with graph 05 January 2017, 09:56:02 UTC
1d99b2c Merge pull request #1673 from freud14/cone-spanners-ipelet Add half-cones and Ipelet 05 January 2017, 09:35:44 UTC
3f0cf77 Merge pull request #1787 from sloriot/Doc-support_multi_doxygen Support multiple version of doxygen 05 January 2017, 09:35:08 UTC
dbb58ac Display fix, remove linebreaks 05 January 2017, 09:34:15 UTC
7bcb5b0 Fix warnings 05 January 2017, 06:57:05 UTC
d3da0be Fix detect_features() 04 January 2017, 14:49:41 UTC
2016805 Reimplement constructors - In `Polyhedral_mesh_domain_3`: - The handling of `p_rng_` is now simpler: the `Random` generator is only created just before its use. That reduces code duplication between constructors. - Use `add_primitives()` and `add_primitives_to_bounding_tree()`, and `build()` to reduce the code duplication between all constructors. - In `Polyhedral_mesh_domain_with_features_3`: - All polyhedra are stored in a data member `this->stored_polyhedra`. - Always construct the base class without any polyhedron, then use `add_primitives()` and `add_primitives_to_bounding_tree()`, from polyhedra of `this->stored_polyhedra`. - All constructors are inlined in the class (now that their code is shorter). - Fix the compilation of `detect_borders()`. 04 January 2017, 14:45:22 UTC
39393ff Add a Qt Script function 04 January 2017, 14:15:42 UTC
762a98d Improve the debug output 04 January 2017, 14:15:05 UTC
1797754 Fix log2 for windows 04 January 2017, 13:44:57 UTC
f9dcc4b Fix warnings 04 January 2017, 09:40:24 UTC
3c11de7 Update changes.html (4.9 -> 4.10) 04 January 2017, 07:50:42 UTC
ab7a245 Cancel useless changes in BGL and Surface_mesh 04 January 2017, 07:47:32 UTC
1beb340 Merge branch 'Point_set_3-GF-old' into Point_set_3-GF 03 January 2017, 14:23:23 UTC
b48a6e8 handle dangling polylines An intersection polyline that has a node of degree one that is not on the boundary of both meshes invalidates all operations. It might be possible to do the union in some case but it does not seems relevant for now 03 January 2017, 09:01:23 UTC
e001062 use a simpler to read form for the sorted_around_edge predicate in addition it become a real predicate (no construction) 02 January 2017, 18:25:48 UTC
9f2d102 no longer used intermediate interval layer this was actually not needed since EPECK already have this filter layer 02 January 2017, 18:25:44 UTC
7ed402b optimize the number of nodes created in the DAG - Use new kernel functors for intersection points - Construct points from double to have only one node per point (doubles are stored in Lazy_rep_3) 02 January 2017, 18:25:44 UTC
cba8456 add constructions for the intersection point of a plane by a line and of 2 lines this is undocumented and allow to have a lazy node for this construction 02 January 2017, 18:23:48 UTC
9923488 Merge pull request #1786 from afabri/Triangulation_2-Prevent_deref-GF Triangulation_2: Reduce code by switching to Prevent_deref 02 January 2017, 18:10:24 UTC
303ee31 Merge pull request #1776 from sgiraudot/Point_set_processing-Automatic_scale_selection-GF Automatic Scale Selection 02 January 2017, 18:10:22 UTC
9981bcf Merge pull request #1757 from afabri/BGL-reorient_make_tetrahedron-GF BGL reorient make_tetrahedron() and make_hexahedron() 02 January 2017, 18:10:20 UTC
8dab03e Merge pull request #1720 from sgiraudot/Solver_interface-Enhance_eigen_diagonalize-GF Use faster Eigen implementation for diagonalization 02 January 2017, 18:10:19 UTC
3d63774 Merge pull request #1633 from sgiraudot/Point_set_processing_3-Point_set_structuring-GF Point Set Structuring 02 January 2017, 18:10:14 UTC
60654b4 update changes 02 January 2017, 18:07:51 UTC
3fe7678 Warning fix: forgot to remove pragma warning pop 02 January 2017, 06:53:18 UTC
29f92b7 Reimplement detect_borders() with detect_features() 30 December 2016, 16:33:36 UTC
ca0fac2 Merge branch 'Mesh_3-improve_detect_features-GF' into Mesh_3-various_improvements-lrineau 30 December 2016, 16:33:16 UTC
256416e Reimplement detect_features using split_graph_into_polylines (2) 30 December 2016, 16:07:16 UTC
244027a Disallow the `manifold` option with TBB+Mesh_3 30 December 2016, 15:44:10 UTC
6d221af Better status reports during the initialization During the protection of sharp edges, in the `mesh_3_plugin`, the status dialog was previously saying "Initialization in progress...". Now it also adds the current number of vertices in the triangulation, so show the progress. 30 December 2016, 15:44:10 UTC
0061a43 CGAL::Real_timer for the building of AABB trees 30 December 2016, 15:44:09 UTC
30397ce Integrate Sizing_field_with_aabb_tree in the demo 30 December 2016, 15:44:09 UTC
35b0cb9 Introduce a hierarchy of tags for domain types That replaces the dispatching on `Tag_true`/`Tag_false`. 30 December 2016, 15:44:09 UTC
ccae590 Add the sharp_edges_angle parameter in the UI That parameter is the lower bound on angle between normals of incident facets of sharp edges. 30 December 2016, 15:44:09 UTC
ba6a05a Fix -Wconversion warnings 30 December 2016, 15:44:08 UTC
7e9d909 Fix comments with wrong statements 30 December 2016, 15:44:08 UTC
aee5e80 Fix typos in the doc 30 December 2016, 15:44:08 UTC
65c5bd7 Add the possibility to add new abstract criteria In `Mesh_criteria_3`, add functions: - `void add_facet_criterion(Abstract_facet_criterion*)` - `void add_cell_criterion(Abstract_cell_criterion*)` 30 December 2016, 15:44:08 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
fe5e925 Merge pull request #1701 from afabri/Convex_hull_3-FaceGraph-GF Convex_hull_3: Switch to FaceGraph 30 December 2016, 14:14:34 UTC
6341b5d rename named parameter and update concept after adding edge sampling 30 December 2016, 13:52:10 UTC
81f4714 mimic what is done for Has_clear typeof is an gcc extension 30 December 2016, 13:51:50 UTC
1b8b63c Reimplement detect_features using split_graph_into_polylines (1) 30 December 2016, 13:51:50 UTC
e5807d1 Add visitor.add_edge, optional 30 December 2016, 13:51:50 UTC
ccffce1 Fix #1758 Because of PR #1758, the Mesh_3 actions (but "Split polylines in a graph") were no longer available. (cherry picked from commit 3ff535c762e7ab82f17a9c8bfdb0f6c0bb89b345) 30 December 2016, 13:44:55 UTC
136a480 Fix warning on Windows 32bits: use boost::intmax_t for difference 30 December 2016, 13:30:06 UTC
a047641 update user manual and add a picture to illustrate the sampling methods 30 December 2016, 13:28:37 UTC
c6fe5f6 Merge pull request #1762 from maxGimeno/Polyhedron_demo-Fix_normals_for_big_point_sets-GF Polyhedron_demo : Use floats in the Point_with_normals_item 30 December 2016, 12:32:00 UTC
ab78464 Fix VC++ min/max problem 30 December 2016, 09:59:07 UTC
a2a3dae capitalize 30 December 2016, 09:48:16 UTC
5edb6e1 Warning fix: explicit conversion from size_t to unsigned int 30 December 2016, 06:38:44 UTC
ca79624 fix namespace issue 29 December 2016, 21:25:05 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
7ef509d add resource files for 1.8.13 patched to be used with https://github.com/CGAL/doxygen/tree/release_1_8_13_patched 29 December 2016, 16:14:10 UTC
d18f0ce move more files to version specific resources 29 December 2016, 14:38:12 UTC
388c68d move resource files in a directory with the doxygen version it was generated for 29 December 2016, 14:18:00 UTC
9fd4e03 Use Prevent_deref 29 December 2016, 13:06:04 UTC
8ec6153 follow up of #900 29 December 2016, 12:44:27 UTC
b4d1f8f Use Prevent_deref 29 December 2016, 12:17:38 UTC
b867150 Use Prevent_deref 29 December 2016, 12:12:00 UTC
6c88f61 update changes 29 December 2016, 11:19:56 UTC
abdf04a add deprecation warning 29 December 2016, 11:09:05 UTC
7e89c58 remove no longer relevant warning 29 December 2016, 11:06:02 UTC
1258b7f use BGL function instead of member function 29 December 2016, 11:01:47 UTC
31e5739 forward polyhedron type to the default traits 29 December 2016, 11:00:42 UTC
d423e5e Fix warning with explicit casts 29 December 2016, 08:28:36 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
back to top