Andreas Fabri
8c41669fb7
move properties from Mesh_3 to BGL, Polyhedron_3 and Surface_mesh
2018-03-22 16:37:37 +01:00
Laurent Rineau
f12b3bf302
Prefix CMake options with `CGAL_`
...
- in `examples/Mesh_3/`,
- in `examples/Point_set_processing_3/`,
- in `demo/Polyhedron/`, and
- in `demo/Triangulation_3/`.
2018-03-08 12:07:49 +01:00
Laurent Rineau
b7577e11f3
Add test data
2018-01-24 16:39:00 +01:00
Laurent Rineau
3c6640bf59
Merge pull request #1436 from lrineau/CGAL-new_cmake-GF
...
Renewal of CMake scripts: header-only, ctest, CMake>=3.1
# Conflicts:
# Installation/config/testfiles/CGAL_CFG_NESTED_CLASS_FRIEND_DECLARATION_BUG.cpp
2017-12-05 18:20:05 +01:00
Laurent Rineau
0681ac6dbc
Fix the TBB_USE_FILE warnings
2017-11-15 17:00:02 +01:00
Laurent Rineau
3dcc4cf5d7
Merge pull request #2491 from janetournois/Mesh_3-document_manifold_criterion-jtournois
...
Mesh 3 : document manifold criterion
2017-10-23 17:24:51 +02:00
Laurent Rineau
f3924fe8d6
curve segment -> curve
2017-10-13 15:59:48 +02:00
Laurent Rineau
107cdccd6d
Merge pull request #2438 from lrineau/Mesh_3-test_polyhedral_complex_with_surface_mesh-GF
...
Mesh_3: make it work with Surface_mesh
2017-10-11 19:14:49 +02:00
Laurent Rineau
7e9f756935
Replace all std::unary_function by CGAL::unary_function
2017-10-04 15:57:09 +02:00
Jane Tournois
a47c50fa40
use manifold() in an example
2017-10-03 17:04:18 +02:00
Laurent Rineau
ef9dfe5a94
Revert changes to this file
2017-09-18 15:22:37 +02:00
Laurent Rineau
aead611299
Revert "add cin to cut process into major operations for memory measuring"
...
This reverts commit 3a854cef72 .
2017-09-18 15:20:37 +02:00
Laurent Rineau
799666ca7a
Duplicate the examples
...
Now we have a `Polyhedron_3` and a `Surface_mesh` version of the
following examples:
- `examples/Mesh_3/mesh_polyhedral_complex.cpp`
- `examples/Mesh_3/mesh_polyhedral_domain.cpp`
2017-09-18 14:56:57 +02:00
Laurent Rineau
151be29572
No longer use Graph_with_descriptor_with_graph<SM>
...
The `Polyhedral_mesh_domain` template class, now uses a specific
`AABBPrimitive` type, when used with a `FaceGraph`.
2017-09-18 14:56:57 +02:00
Laurent Rineau
9fa470c79f
(!) Version that compiles, but does not work with multiple surfaces
2017-09-18 14:56:48 +02:00
Jane Tournois
3a854cef72
add cin to cut process into major operations for memory measuring
2017-09-18 14:48:51 +02:00
Jane Tournois
ee7eb0ed5f
attempt to use Surface_mesh in polyhedral complex example
2017-09-18 14:48:51 +02:00
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