\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 5.0.2 - 3D Fast Intersection and Distance Computation (AABB Tree)
Has Model Relationships
Concept AABBGeomTraits
Any 3D Kernel is a model of this traits concept.
Concept AABBPrimitive

CGAL::AABB_primitive<Id,ObjectPropertyMap,PointPropertyMap,Tag_false,CacheDatum>

CGAL::AABB_segment_primitive<Iterator,CacheDatum>

CGAL::AABB_triangle_primitive<Iterator,CacheDatum>

CGAL::AABB_halfedge_graph_segment_primitive<HalfedgeGraph,VertexPointPMap,Tag_false,CacheDatum>

CGAL::AABB_face_graph_triangle_primitive<FaceGraph,VertexPointPMap,Tag_false,CacheDatum>

Concept AABBPrimitiveWithSharedData

CGAL::AABB_primitive<Id,ObjectPropertyMap,PointPropertyMap,Tag_true,CacheDatum>

CGAL::AABB_halfedge_graph_segment_primitive<HalfedgeGraph,VertexPointPMap,Tag_true,CacheDatum>

CGAL::AABB_face_graph_triangle_primitive<FaceGraph,VertexPointPMap,Tag_true,CacheDatum>

Concept AABBRayIntersectionGeomTraits
Any 3D Kernel is a model of this concept.
Concept AABBRayIntersectionTraits
CGAL::AABB_traits<AABBGeomTraits,AABBPrimitive>
Concept AABBTraits
CGAL::AABB_traits<AABBGeomTraits,AABBPrimitive>