cgal/AABB_tree/include/CGAL
Sébastien Loriot 5e0c09d8ce For backward compatibility reasons and according to this article:
http://gotw.ca/gotw/006.htm, accelerate_distance_queries and 
clear_search_tree should be const.

To guarantee the read-only thread-safety, a mutex for the construction
of the internal kd-tree is used.
At the same time, optimize accelerate_distance_queries() to not
redo computation if nothing has changed in the aabb_tree.

Note that clear_search_tree does not need to be thread-safe as it is private.
2011-09-09 08:31:38 +00:00
..
internal/AABB_tree Fix constness issues in AABB_tree 2011-09-07 09:55:59 +00:00
AABB_intersections.h move BBox vs {sphere,plane,triangle} do_intersect from AABB_tree to Intersections_3, 2010-09-01 08:49:24 +00:00
AABB_polyhedron_segment_primitive.h Fix -pedantic error. 2010-09-28 21:23:13 +00:00
AABB_polyhedron_triangle_primitive.h Fix -pedantic error. 2010-09-28 21:23:13 +00:00
AABB_segment_primitive.h fix #ifdefs 2009-10-29 10:42:53 +00:00
AABB_traits.h merge from candidate branch. 2011-01-10 10:46:16 +00:00
AABB_tree.h For backward compatibility reasons and according to this article: 2011-09-09 08:31:38 +00:00
AABB_triangle_primitive.h fix #ifdefs 2009-10-29 10:42:53 +00:00