cgal/AABB_tree/examples/AABB_tree
Sébastien Loriot d60f5645aa replace BOOST_FOREACH by c++ ranged-based for loop
some of the command used for the replacement:
ack --cpp  BOOST_FOREACH -l  | xargs sed -i -E "s/BOOST_FOREACH\(([a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp  BOOST_FOREACH -l  | xargs sed -i -E "s/BOOST_FOREACH\((const [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp  BOOST_FOREACH -l  | xargs sed -i -E "s/BOOST_FOREACH\((const typename [a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack --cpp  BOOST_FOREACH -l  | xargs sed -i -E "s/BOOST_FOREACH\((typename [<>a-zA-Z_:&0-9]+)\s(\w+)\,/for(\1 \2 :/"
ack "boost/foreach.hpp" -l --cpp | xargs sed -i '/boost\/foreach.hpp>/d'
2019-03-29 13:22:15 +01:00
..
data Add an example for ray shooting 2016-04-26 17:12:16 +02:00
AABB_cached_bbox_example.cpp replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
AABB_custom_example.cpp
AABB_custom_indexed_triangle_set_array_example.cpp Do not include <boost/iterator.hpp> 2018-12-05 19:08:17 +01:00
AABB_custom_indexed_triangle_set_example.cpp Fix AABB_tree 2019-01-31 15:09:07 +01:00
AABB_custom_triangle_soup_example.cpp Fix AABB_tree 2019-01-31 15:09:07 +01:00
AABB_face_graph_triangle_example.cpp Do not include graph_traits_{Polyhedron | Surface_mesh}.h 2017-04-24 19:17:43 +02:00
AABB_halfedge_graph_edge_example.cpp Do not include graph_traits_{Polyhedron | Surface_mesh}.h 2017-04-24 19:17:43 +02:00
AABB_insertion_example.cpp Do not include graph_traits_{Polyhedron | Surface_mesh}.h 2017-04-24 19:17:43 +02:00
AABB_polyhedron_edge_example.cpp Do not include graph_traits_{Polyhedron | Surface_mesh}.h 2017-04-24 19:17:43 +02:00
AABB_polyhedron_facet_distance_example.cpp Do not include graph_traits_{Polyhedron | Surface_mesh}.h 2017-04-24 19:17:43 +02:00
AABB_polyhedron_facet_intersection_example.cpp Do not include graph_traits_{Polyhedron | Surface_mesh}.h 2017-04-24 19:17:43 +02:00
AABB_ray_shooting_example.cpp replace BOOST_FOREACH by c++ ranged-based for loop 2019-03-29 13:22:15 +01:00
AABB_segment_3_example.cpp the segment and triangle primitive are now compatible with the former classes 2013-06-19 16:55:29 +02:00
AABB_triangle_3_example.cpp the segment and triangle primitive are now compatible with the former classes 2013-06-19 16:55:29 +02:00
CMakeLists.txt Update minimum cmake required version in all CMakeLists.txt 2018-10-18 14:49:23 +02:00