cgal/AABB_tree/test/AABB_tree
Sébastien Loriot 8f22de68ce concept bugfix
* CODE+DOC: Bbox_3 is a nested type in CGAL's Kernel; the code uses Bbox_3
* DOC: Add Compute_squared_distance_3 in AABBGeomTraits as it is needed by AABBTraits
* DOC: remove Splitting_direction from AABBTraits as it is not used
* DOC: Squared_distance in AABBTraits is only used between two points
  (I guess the confusion from the fact that nearest_point use the other
   version but without using the AABBTraits model).
* CODE+DOC add the function to construct Squared_distance functor in AABBTraits + AABB_traits
  and use it instead of AABBTraits::Compute_squared_distance_3 which was not in the concept
* DOC: remove from AABB_traits types Ray_3, Line_3 and Segment_3 that are not required by AABBTraits
* CODE: The code was using AABBTraits::Point which is not in the concept. Use Point_3 instead
* CODE: reorder typedefs in AABB_traits to match concept order
2012-08-28 12:21:57 +00:00
..
data AABB tree: shorten tests duration by removing largest model. 2009-07-11 15:02:27 +00:00
AABB_test_util.h concept bugfix 2012-08-28 12:21:57 +00:00
aabb_correctness_triangle_test.cpp Fix mixed eol styles introduced by the licenses change scripts 2012-08-02 12:48:04 +00:00
aabb_distance_edge_test.cpp Fix mixed eol styles introduced by the licenses change scripts 2012-08-02 12:48:04 +00:00
aabb_distance_triangle_hint_test.cpp Fix mixed eol styles introduced by the licenses change scripts 2012-08-02 12:48:04 +00:00
aabb_distance_triangle_test.cpp Fix mixed eol styles introduced by the licenses change scripts 2012-08-02 12:48:04 +00:00
aabb_intersection_triangle_test.cpp Fix mixed eol styles introduced by the licenses change scripts 2012-08-02 12:48:04 +00:00
aabb_naive_vs_tree_distance_segment_test.cpp Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
aabb_naive_vs_tree_distance_triangle_test.cpp Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
aabb_naive_vs_tree_triangle_test.cpp Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
cleanup.bat AABB tree: todo list on tests, remove one mesh data 2009-04-24 22:28:34 +00:00