Commit Graph

69554 Commits

Author SHA1 Message Date
Maxime Gimeno 472f9beffb Addition of the class, example and test for Random_points_in_triangle_2 2016-09-28 10:48:09 +02:00
Maxime Gimeno 79fc76c738 Add a test for random_points_on_triangles_3 2016-09-28 10:48:09 +02:00
Maxime Gimeno ccb3540fe6 fix the missing const ref. 2016-09-28 10:48:08 +02:00
Maxime Gimeno b24413b407 Renaming functors 2016-09-28 10:48:08 +02:00
Maxime Gimeno a7282912a0 Add a random_points_generator on a range of triangles, and an exemple for it. 2016-09-28 10:48:08 +02:00
Maxime Gimeno 2ac64c542a Replace Weighted_point_3 by C3T3::Triangulation::Point_3. 2016-09-28 10:48:08 +02:00
Maxime Gimeno fad8535621 Remove useless template Point_3 in Random_points_on_triangle_mesh_3. 2016-09-28 10:48:08 +02:00
Sébastien Loriot a6b628620f fix typos and improve phrasing 2016-09-28 10:48:08 +02:00
Sébastien Loriot 146238d6bc improve phrasing 2016-09-28 10:48:07 +02:00
Maxime Gimeno c013d9d292 Clean-up
- Replace Mesh by TriangleMesh
- update changes.html and doc sections
- remove useless .off in examples
2016-09-28 10:48:07 +02:00
Maxime Gimeno 4754094f5f Make working tests. 2016-09-28 10:48:07 +02:00
Maxime Gimeno c7eb806329 Make the VertexPointMap editable 2016-09-28 10:48:07 +02:00
Maxime Gimeno 8469c45336 Enhance Prevent_deref API and use it. 2016-09-28 10:48:07 +02:00
Sébastien Loriot fd39972166 add method to access the sum of weights 2016-09-28 10:46:43 +02:00
Sébastien Loriot b899dc4549 add default parameters 2016-09-28 10:46:42 +02:00
Maxime Gimeno 2912b9d40b Fixes in the doc 2016-09-28 10:46:42 +02:00
Maxime Gimeno a683fdca47 changes.html update 2016-09-28 10:46:40 +02:00
Maxime Gimeno 32899c21d0 Fix example 2016-09-28 10:45:48 +02:00
Maxime Gimeno 64c0a0d620 add an image to the User Manual. 2016-09-28 10:45:48 +02:00
Maxime Gimeno ee6731e625 Fix generator on triangle mesh 3 2016-09-28 10:45:47 +02:00
Maxime Gimeno 1d5d17cfd8 Clean-up 2016-09-28 10:45:47 +02:00
Maxime Gimeno 19a7386164 Clean-up 2016-09-28 10:45:47 +02:00
Maxime Gimeno b4578e9262 Add see also and name in PkgDescription 2016-09-28 10:45:47 +02:00
Maxime Gimeno 18a2cdd59c Add examples 2016-09-28 10:45:47 +02:00
Maxime Gimeno ec73440ab7 Update of the doc. 2016-09-28 10:45:46 +02:00
Maxime Gimeno 3eb1f4ca69 Clean-up
- Clean-up
- Moved Prevent_deref to CGAL/iterator.h
2016-09-28 10:45:46 +02:00
Maxime Gimeno 04f589e97d Update doc for Random_points_on_triangle_mesh_2 2016-09-28 10:45:46 +02:00
Maxime Gimeno 7a1c2037fd Implementation and changes
- Change Generic_random_point_generator to use a Functor instead of a property_map
- Change Random_points_on_triangle_mesh_3 to use a functor wrapping around a PMAP instead of the PMAP
- Implement a random point generator on a Triangulation_2
- Implement a random point generator in and on tetrahedral meshes.

Conflicts:
	Generator/include/CGAL/point_generators_3.h
	Generator/test/Generator/generic_random_test.cpp
2016-09-28 10:45:46 +02:00
Maxime Gimeno ce9d373760 Implementation and changes
- Change Generic_random_point_generator to use a Functor instead of a property_map
- Change Random_points_on_triangle_mesh_3 to use a functor wrapping around a PMAP instead of the PMAP
- Implement a random point generator on a Triangulation_2
2016-09-28 10:45:45 +02:00
Maxime Gimeno 7bdd704de2 Implement convenience function mor FaceListGraphs 2016-09-28 10:45:45 +02:00
Sébastien Loriot e2f7efa58a clean up 2016-09-28 10:45:45 +02:00
Sébastien Loriot 8665ef7026 clean-up 2016-09-28 10:45:45 +02:00
Maxime Gimeno 35a328b1bf Move Halfedge_and_face_graph_property_maps.h to BGL. 2016-09-28 10:45:45 +02:00
Maxime Gimeno 709f3984c1 Implements a random point generator for FaceGraphLists, and an unfinished test. 2016-09-28 10:45:44 +02:00
Sébastien Loriot c772a7a917 Merge pull request #1502 from afabri/patch-2
Update Generator.txt
2016-09-28 10:26:24 +02:00
Andreas Fabri 6554072006 Update Generator.txt 2016-09-28 10:00:39 +02:00
Laurent Rineau d032c1726e Merge pull request #1500 from CGAL/travis-try_to_fix-lrineau
Update .travis.yml
2016-09-27 18:06:02 +02:00
Laurent Rineau 5bbcc7c96f Merge remote-tracking branch 'cgal/releases/CGAL-4.9-branch'
> 8b95f0d Merge pull request #1482 from janetournois/Polyhedron_demo-fix_colors_isotropic_remeshing_plugin-jtournois
> 46b2402 Merge pull request #1480 from afabri/Kernel_d-auto-GF
2016-09-27 17:57:32 +02:00
Laurent Rineau 8b95f0d8f6 Merge pull request #1482 from janetournois/Polyhedron_demo-fix_colors_isotropic_remeshing_plugin-jtournois
Polyhedron demo : fix colors or the remeshed polyhedron
2016-09-27 17:55:16 +02:00
Laurent Rineau 710ad26335 Merge pull request #1481 from maxGimeno/Polyhedron_demo-Fix_the_transparency_in_windows_snapshots-GF
Polyhedron_demo : fix the transparency in snapshots taken with Ctrl+C on Windows
2016-09-27 17:54:48 +02:00
Laurent Rineau 46b24022c9 Merge pull request #1480 from afabri/Kernel_d-auto-GF
Fix of warning for auto with Intel compiler
2016-09-27 17:54:16 +02:00
Laurent Rineau df3a9e54d8 Merge pull request #1479 from afabri/Conic_2-cleanup-GF
Dispatch the Conic_2 files to Kernel_23, Cartesian, Homogeneous
2016-09-27 17:53:38 +02:00
Laurent Rineau 6e5fca2d8c Merge pull request #1472 from maxGimeno/Polyhedron_demo-Point_with_normal_item_performances-GF
Polyhedron_demo : Optimize the point_set visualization
2016-09-27 17:51:50 +02:00
Laurent Rineau 83667e743e Merge pull request #1468 from lrineau/Polyhedron-Demo_better_display_c3t3_item-lrineau
Polyhedron demo: better display of c3t3 item
2016-09-27 17:51:28 +02:00
Laurent Rineau 430da715c3 Merge pull request #1437 from afabri/Alpha_shapes-mention_gudhi-GF
Add a link to the dD alpha complex offered by GUDHI
2016-09-27 17:50:05 +02:00
Laurent Rineau a90a921aff Merge pull request #1420 from afabri/Box_intersection_d-static-GF
Box_intersection_d: Make variables thread local
2016-09-27 17:48:58 +02:00
Laurent Rineau be4397f826 Update .travis.yml 2016-09-27 15:56:58 +02:00
Laurent Rineau 7e34c57be2 Merge pull request #1496 from afabri/patch-2
Update ArrangementOpenBoundaryTraits_2.h
2016-09-27 12:18:46 +02:00
Laurent Rineau 9a6a1bcc9b Add the new demo Otr2, since 4.8 2016-09-27 12:08:27 +02:00
Andreas Fabri 9c9c4bddd8 Update ArrangementOpenBoundaryTraits_2.h
Prefix with `CGAL::` so that there will be links.
2016-09-27 10:49:12 +02:00