mirror of https://github.com/CGAL/cgal
42 lines
1.5 KiB
Plaintext
42 lines
1.5 KiB
Plaintext
/// \defgroup PkgAABBTreeRef AABB Tree Reference
|
|
|
|
/// \defgroup PkgAABBTreeConcepts Concepts
|
|
/// \ingroup PkgAABBTreeRef
|
|
|
|
/*!
|
|
\addtogroup PkgAABBTreeRef
|
|
\cgalPkgDescriptionBegin{3D Fast Intersection and Distance Computation,PkgAABBTree}
|
|
\cgalPkgPicture{aabb-teaser-thumb.png}
|
|
\cgalPkgSummaryBegin
|
|
\cgalPkgAuthors{Pierre Alliez, Stéphane Tayeb, Camille Wormser}
|
|
\cgalPkgDesc{The AABB (axis-aligned bounding box) tree component offers a static data structure and algorithms to perform efficient intersection and distance queries on sets of finite 3D geometric objects.}
|
|
\cgalPkgManuals{Chapter_3D_Fast_Intersection_and_Distance_Computation,PkgAABBTreeRef}
|
|
\cgalPkgSummaryEnd
|
|
\cgalPkgShortInfoBegin
|
|
\cgalPkgSince{3.5}
|
|
\cgalPkgBib{cgal:atw-aabb}
|
|
\cgalPkgLicense{\ref licensesGPL "GPL"}
|
|
\cgalPkgDemo{AABB Tree,AABB_demo.zip}
|
|
\cgalPkgShortInfoEnd
|
|
\cgalPkgDescriptionEnd
|
|
|
|
\cgalClassifedRefPages
|
|
|
|
\cgalCRPSection{Concepts}
|
|
- `AABBPrimitive`
|
|
- `AABBPrimitiveWithSharedData`
|
|
- `AABBTraits`
|
|
- `AABBGeomTraits`
|
|
|
|
\cgalCRPSection{Classes}
|
|
- `CGAL::AABB_traits<GeomTraits,Primitive>`
|
|
- `CGAL::AABB_tree<AT>`
|
|
|
|
\cgalCRPSection{Primitives}
|
|
- `CGAL::AABB_triangle_primitive<GeomTraits, Iterator, CacheDatum>`
|
|
- `CGAL::AABB_segment_primitive<GeomTraits, Iterator, CacheDatum>`
|
|
- `CGAL::AABB_primitive<Id,ObjectPropertyMap,PointPropertyMap,ExternalPropertyMaps,CacheDatum>`
|
|
- `CGAL::AABB_halfedge_graph_segment_primitive<HalfedgeGraph,Vpm,OneHalfedgeGraphPerTree,CacheDatum>`
|
|
- `CGAL::AABB_face_graph_triangle_primitive<FaceGraph,Vpm,OneFaceGraphPerTree,CacheDatum>`
|
|
*/
|