Document the default

This commit is contained in:
Andreas Fabri 2017-05-23 11:36:44 +02:00
parent abdb9480da
commit 5bd5fbf825
1 changed files with 4 additions and 1 deletions

View File

@ -188,7 +188,10 @@ struct AABB_traits_base_2<GeomTraits,true>{
/// \tparam Primitive provide the type of primitives stored in the AABB_tree.
/// It is a model of the concept `AABBPrimitive` or `AABBPrimitiveWithSharedData`.
///
/// \tparam BboxMap must be a property map....................
/// \tparam BboxMap must be a property map that has as key type a primitive id,
/// and as value type a `Bounding_box`.
/// If the type is `Default` the `Datum` must have the
/// member function `bbox()` that returns the bounding box of the primitive.
///
/// If the argument `GeomTraits` is a model of the concept \ref
/// `AABBRayIntersectionGeomTraits`, this class is also a model of \ref