| .. |
|
data
|
remove data that can be generated
|
2015-07-15 10:54:41 +02:00 |
|
CMakeLists.txt
|
Merge pull request #1745 from sloriot/Polyhedra_corefinement-enhancements-sloriot
|
2017-01-12 12:05:18 +01:00 |
|
compute_normals_example.cpp
|
Allow examples to use C++>=11 features
|
2016-09-30 18:42:46 +02:00 |
|
compute_normals_example_OM.cpp
|
move the property map class to a CGAL header file
|
2015-05-11 14:57:14 +02:00 |
|
compute_normals_example_Polyhedron.cpp
|
Add an example that uses a std::map as property map
|
2016-11-01 09:48:48 +01:00 |
|
connected_components_example.cpp
|
Add keep_large_connected_components (code,doc,test)
|
2015-10-22 09:01:08 +02:00 |
|
corefinement_SM.cpp
|
fix copy-paste error
|
2017-01-11 16:45:42 +01:00 |
|
corefinement_consecutive_bool_op.cpp
|
fix examples
|
2016-12-05 14:26:33 +01:00 |
|
corefinement_difference_remeshed.cpp
|
use a larger edge target in the example
|
2016-11-15 13:57:12 +01:00 |
|
corefinement_mesh_union.cpp
|
rename boolean operation functions
|
2016-09-29 15:25:43 +02:00 |
|
corefinement_polyhedron_union.cpp
|
make it work with Polyhedron
|
2016-12-19 16:49:51 +01:00 |
|
hausdorff_distance_remeshing_example.cpp
|
using tbb::atomic instead of cpp11::atomic
|
2017-01-16 15:18:46 +01:00 |
|
hole_filling_example.cpp
|
improve examples for user manual
|
2015-06-23 12:28:25 +02:00 |
|
hole_filling_example_OM.cpp
|
change the use of is_valid_polygon_mesh
|
2015-05-15 12:02:50 +02:00 |
|
hole_filling_example_SM.cpp
|
add hole filling example for Surface_mesh
|
2015-05-12 12:34:26 +02:00 |
|
isotropic_remeshing_example.cpp
|
The namespace forwarding goes in the user code, not in a CGAL header
|
2016-03-02 16:52:13 +01:00 |
|
mesh_slicer_example.cpp
|
rename type to avoid error on windows
|
2015-07-03 16:12:31 +02:00 |
|
point_inside_example.cpp
|
add new line at end of file
|
2015-07-03 16:16:46 +02:00 |
|
point_inside_example_OM.cpp
|
fix compilation and remove useless assertions
|
2015-07-02 16:58:42 +02:00 |
|
polygon_soup_example.cpp
|
deal with isolated vertices when turning a polygon soup in a polyedral surface
|
2016-02-29 11:04:33 +01:00 |
|
refine_fair_example.cpp
|
fix return value to 0
|
2015-07-03 16:48:45 +02:00 |
|
self_intersections_example.cpp
|
simplify example
|
2016-10-19 13:57:04 +02:00 |
|
stitch_borders_example.cpp
|
add missing graph_traits include
|
2016-02-02 17:35:30 +01:00 |
|
stitch_borders_example_OM.cpp
|
cleanup
|
2015-05-12 19:33:35 +02:00 |
|
surface_mesh_intersection.cpp
|
fix examples
|
2016-12-05 14:26:33 +01:00 |
|
triangulate_faces_example.cpp
|
Add a check to the triangulate_faces example
|
2015-12-11 15:35:12 +01:00 |
|
triangulate_faces_example_OM.cpp
|
Call mesh.garbage_collection() before writing an OpenMesh after triangulate_holes()
|
2015-09-15 16:11:11 +02:00 |
|
triangulate_polyline_example.cpp
|
improve examples for user manual
|
2015-06-23 12:28:25 +02:00 |