Commit Graph

201 Commits

Author SHA1 Message Date
Jane Tournois 3a78b2171e detect features in polyhedral complex example 2017-07-07 10:15:10 +02:00
Laurent Rineau c2a55b2476 Fix a compilation error without C++11
In C++03, `std::pair` is not an aggregate.
2017-07-07 10:15:10 +02:00
Laurent Rineau afa62cbb40 First draft of a documentation for Polyhedral_complex_mesh_domain_3 2017-07-07 10:15:10 +02:00
Laurent Rineau c4fea992cb Add an example and a class: Polyhedral_complex_mesh_domain_3 2017-07-07 10:15:10 +02:00
Laurent Rineau 07ed1e08a3 Merge pull request #2143 from afabri/Mesh_3-mesh_polyhedral_domain_with_surface_inside-GF
Mesh_3: Add an example (polyhedron inside a bouding polyhedron) in the User Manual
2017-06-16 12:07:13 +02:00
Laurent Rineau f87f78f5ed cleanup 2017-06-09 16:05:30 +02:00
Laurent Rineau b537432884 fix permissions 2017-06-02 17:02:38 +02:00
Maxime Gimeno 54d5825855 Replace unexisting headers 2017-06-01 09:41:28 +02:00
Andreas Fabri ac30f40f79 Move Mesh_3 specific properties to Mesh_3 2017-05-31 16:14:31 +02:00
Andreas Fabri 0c8ddd3e28 Delete cheese-box-bug.off 2017-05-31 10:34:32 +02:00
Andreas Fabri 1c2a21f743 Add an example for a polyhedral domain with a surface inside 2017-05-31 10:25:44 +02:00
Laurent Rineau f8a1017db8 Remove the parallelism 2017-05-31 10:22:16 +02:00
Laurent Rineau 73e35f2ff8 Do not use optimizers 2017-05-31 09:49:26 +02:00
Laurent Rineau 05699de667 Output to both .mesh and binary files 2017-05-31 09:49:26 +02:00
Andreas Fabri a0a4611e0f add data set 2017-05-31 09:49:26 +02:00
Andreas Fabri acc98c8cc5 two data/cheese.off data/cheese-box-bug.off has an assrtion of non-overlapping spheres 2017-05-31 09:49:26 +02:00
Maxime Gimeno b0de6bcbaa Fix permissions for data-sets 2017-05-29 13:24:09 +02:00
Maxime Gimeno e686ec592d Fixes 2017-05-29 13:24:08 +02:00
Maxime Gimeno 9a3dde95ba Fix missing headers and definitions, SFINAE problems and ambiguous specialisation. 2017-05-29 13:24:06 +02:00
Andreas Fabri 5e7a5d656c Clean up the examples again; Add an example for two polyhedra 2017-05-29 13:24:06 +02:00
Andreas Fabri 0f28155729 I had to change Detect_features_in_polyhedra as the property map must be retrieved for the polyhedron passed to a function 2017-05-29 13:24:05 +02:00
Andreas Fabri e18f7037cf Add timer 2017-05-29 13:24:03 +02:00
Maxime Gimeno 5db694c154 polyhedral domain with features works for Surface_mesh and cheese.off (Polyhedron does no longer :(
Conflicts:
	Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h
	Surface_mesh/include/CGAL/boost/graph/PMP_properties_Surface_mesh.h
2017-05-29 13:22:37 +02:00
Andreas Fabri 7bd5016c6d bglize and add property maps. polyhedral domain with features works almost for Surface_mesh 2017-05-29 13:22:37 +02:00
Maxime Gimeno 451af8f3ef bglize and add property maps. polyhedral domain with features works almost for Surface_mesh
Conflicts:
	Mesh_3/include/CGAL/Mesh_polyhedron_3.h
	Mesh_3/include/CGAL/Polyhedral_mesh_domain_with_features_3.h
	Surface_mesh/include/CGAL/boost/graph/PMP_properties_Surface_mesh.h
2017-05-29 13:22:37 +02:00
Andreas Fabri 5a302c805d Make make_mesh_3() work for Surface_mesh 2017-05-29 13:22:37 +02:00
Andreas Fabri d735ed14bb Add is_triangle_mesh test in Mesh_3 package 2017-04-25 14:21:46 +02:00
Jane Tournois 0d438291c9 change min_size to speedup the example 2017-03-02 15:33:22 +01:00
Jane Tournois c699d45e66 simplify lipschitz sizing for a polyhedral domain
it can be enriched later, once we have the multi-polyhedral domain

the complete code is in Lipschitz_sizing_experimental.h
2017-02-28 12:19:21 +01:00
Jane Tournois 67dca100f4 write example for Lipschitz sizing
and adapt the code while multi-polyhedral surfaces is experimental
2017-02-28 10:38:44 +01:00
Jane Tournois 2d8a91aaa4 add minimal new example 2017-02-28 10:38:44 +01:00
Jane Tournois 7812bbe7fb fix warning 2017-02-10 11:17:32 +01:00
Laurent Rineau 788f5b17c4 Help the compiler parse `get<2>(..)`. 2017-01-11 11:41:23 +01:00
Laurent Rineau b2c5985661 Fix permissions 2017-01-09 16:01:13 +01:00
Jane Tournois f6bb4822fb extract polylines from example and add corresponding data file 2017-01-09 12:10:13 +01:00
Jane Tournois 89b0f864d4 add comments and improve layout 2017-01-09 11:10:37 +01:00
Laurent Rineau 8a315443f1 Add 1D features 2017-01-06 16:10:45 +01:00
Laurent Rineau 5df5e9eec4 Create an example with hybrid mesh domain 2017-01-06 16:10:45 +01:00
Andreas Fabri 548ad1cf29 Test deprecated code; Exlain what to do instead; Add to changes.html 2016-11-03 14:58:14 +01:00
Andreas Fabri a88fd7a1ba bad() -> fail() 2016-11-02 12:50:50 +01:00
Andreas Fabri be1b2f9231 Do not construct from a string 2016-11-01 11:19:43 +01:00
Sébastien Loriot 5ea6ae430e move to archive 2016-10-06 09:53:40 +02:00
Laurent Rineau 9a0bb54922 Merge pull request #1438 from sloriot/CGAL-clean_up_projects_name_cmake
Clean up projects name in cmake scripts
2016-10-05 13:02:25 +02:00
Andreas Fabri b64cf66518 switch to boost::bind 2016-09-13 05:47:15 +02:00
Sébastien Loriot 6b338eeb1f improve the name of projects in cmake scripts of examples 2016-09-08 00:02:55 +02:00
Laurent Rineau 1cde972cdb Remove whitespace at end of lines 2016-06-29 11:04:29 +02:00
Guillaume Damiand e21ef313c0 Merge branch 'CGAL_headers_only_step1-gdamiand_cjamin-old' into CGAL_headers_only_step1-gdamiand_cjamin 2016-06-22 20:54:37 +02:00
Guillaume Damiand e3dc906dfa Remove duplicated cmake entry. 2016-06-20 12:35:47 +02:00
Laurent Rineau bbc05a11d9 Fix -Wconversion warnings
All conversions are safe.
2016-06-16 16:36:43 +02:00
Laurent Rineau 07b2acdd3c Add the documentation 2016-06-15 18:10:15 +02:00