mirror of https://github.com/CGAL/cgal
<<The AABB_tree<AT> internally use the spatial searching and in particular instantiates Search_traits_3 with AT. This implies according to that page that the concept AABBTraits must be a Kernel. A clean solution is adding a new concept in Spatial searching that describes requirements of the template parameter of Search_traits_3. Then we can say that AABBTraits refines this concept. For consistency, we do the same for the template parameter of Search_traits_2. >> |
||
|---|---|---|
| .. | ||
| demo/AABB_tree | ||
| doc/AABB_tree | ||
| examples/AABB_tree | ||
| include/CGAL | ||
| package_info/AABB_tree | ||
| test/AABB_tree | ||
| dont_submit | ||