..
internal
add reserve to MutableFaceGraph
2017-01-18 18:19:25 +01:00
Dual.h
Introduced the BGL Graph adaptors (Dual, seam_mesh, etc.)
2017-06-22 16:17:13 +02:00
Euler_operations.h
Bug fix in add_vertex_and_face_to_border in BGL/include/CGAL/boost/graph/Euler_operations.h.
2016-04-04 11:52:02 +02:00
Face_filtered_graph.h
use member function instead of a useless free function
2017-07-27 15:49:21 +02:00
Graph_with_descriptor_with_graph.h
Fix the compilation of <CGAL/Polyhedral_mesh_domain_3.h>
2017-10-13 15:57:02 +02:00
Graph_with_descriptor_with_graph_fwd.h
Fix the compilation of <CGAL/Polyhedral_mesh_domain_3.h>
2017-10-13 15:57:02 +02:00
Seam_mesh.h
Cleaned commented output
2017-06-22 16:17:13 +02:00
backward_compatibility_functions.h
…
boost_parameters_interface.h
move enum for named parameters inside internal_np namespace
2017-02-13 10:25:28 +01:00
convert_nef_polyhedron_to_polygon_mesh.h
Nef_plugin works with surface_mesh.
2017-05-29 12:12:31 +02:00
copy_face_graph.h
Merge pull request #2304 from sloriot/BGL-copy_non_manifold_vertices
2017-07-28 18:42:38 +02:00
dijkstra_shortest_paths.h
…
dijkstra_shortest_paths.hpp
avoid unused variable warning
2016-01-29 14:18:09 +01:00
graph_concepts.h
remove uninitialized variable warning
2017-01-25 08:52:56 +01:00
graph_traits_PolyMesh_ArrayKernelT.h
Merge pull request #2492 from sloriot/OM-fix_edge_hashing
2017-10-11 19:18:57 +02:00
graph_traits_Seam_mesh.h
Add concept checking for Seam_mesh
2017-06-22 16:17:13 +02:00
graph_traits_TriMesh_ArrayKernelT.h
Fix missing #include
2017-07-11 15:55:05 +02:00
halfedge_graph_traits.h
…
helpers.h
Doc fixes and enhancement
2017-08-02 11:16:44 +02:00
io.h
Remove unused typedef
2017-10-05 09:50:42 +01:00
iterator.h
remove a qualified call
2017-06-22 16:12:26 +02:00
named_function_params.h
move helper functions in the BGL package so that they can be used there too
2017-05-30 15:09:42 +02:00
parameters_interface.h
Implementation review Jane and sebastien
2017-08-11 15:30:03 +02:00
properties.h
Do not pollute the boost namespace
2017-07-12 12:11:34 +02:00
properties_PolyMesh_ArrayKernelT.h
Follow the Rule of Zero
2017-07-12 15:26:09 +02:00
properties_Seam_mesh.h
Fixed Seam_mesh's intrinsic UV map
2017-06-22 16:15:57 +02:00
properties_TriMesh_ArrayKernelT.h
Fix warnings about unused parameters
2017-07-12 15:26:08 +02:00
property_maps.h
Use templated functions to make Mesh_segmentation_plugin work with SM_items
2017-07-10 15:34:57 +02:00
selection.h
Doc fixes and enhancement
2017-08-02 11:16:44 +02:00
split_graph_into_polylines.h
Fix warning in stitching_plugin
2017-07-10 16:03:48 +02:00
visitor.h
…