From 0fca80fcba3b97c1e741d67677d83a804a2ca86b Mon Sep 17 00:00:00 2001 From: Camille Wormser Date: Thu, 14 May 2009 08:27:10 +0000 Subject: [PATCH] links to the models in AABBPrimitive --- AABB_tree/doc_tex/AABB_tree_ref/AABBPrimitive.tex | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AABB_tree/doc_tex/AABB_tree_ref/AABBPrimitive.tex b/AABB_tree/doc_tex/AABB_tree_ref/AABBPrimitive.tex index d98f1de2593..4a8d51fced1 100644 --- a/AABB_tree/doc_tex/AABB_tree_ref/AABBPrimitive.tex +++ b/AABB_tree/doc_tex/AABB_tree_ref/AABBPrimitive.tex @@ -51,6 +51,10 @@ The concept \ccRefName\ describes the requirements for the primitives stored in The \ccc{Primitive} type can be, e.g., a wrapper around a \ccc{Handle}. Assume for instance that the input objects are the triangle faces of a mesh stored as a \ccc{CGAL::Polyhedron}. The \ccc{Datum} would be a \ccc{Triangle_3} and the \ccc{Id} would be a polyhedron \ccc{Face_handle}. Method \ccc{datum()} can return either a \ccc{Triangle_3} constructed on the fly from the face handle or a \ccc{Triangle_3} stored internally. This provides a way for the user to trade memory for efficiency. +\ccHasModels +\ccc{AABB_polyhedron_triangle_primitive},\\ +\ccc{AABB_polyhedron_edge_primitive}. + \end{ccRefConcept} % +------------------------------------------------------------------------+