mirror of https://github.com/CGAL/cgal
AABB tree (ref manual): added nested types
This commit is contained in:
parent
608e905d17
commit
1533aa072f
|
|
@ -30,10 +30,14 @@ The template parameter \ccc{Primitive} provides the primitives stored in the AAB
|
|||
|
||||
\ccTypes
|
||||
|
||||
\ccTypedef{GeomTraits::Ray_3 Ray_3;}{Ray query type.}
|
||||
\ccTypedef{GeomTraits::Line_3 Line_3;}{Line query type.}
|
||||
\ccTypedef{GeomTraits::Point_3 Point_3;}{Point query type.}
|
||||
\ccTypedef{GeomTraits::Segment_3 Segment_3;}{Segment query type.}
|
||||
\ccTypedef{GeomTraits::Ray_3 Ray_3;}
|
||||
{Ray query type.}
|
||||
\ccTypedef{GeomTraits::Line_3 Line_3;}
|
||||
{Line query type.}
|
||||
\ccTypedef{GeomTraits::Point_3 Point_3;}
|
||||
{Point query type.}
|
||||
\ccTypedef{GeomTraits::Segment_3 Segment_3;}
|
||||
{Segment query type.}
|
||||
|
||||
\ccCreation
|
||||
\ccCreationVariable{traits}
|
||||
|
|
|
|||
|
|
@ -33,11 +33,11 @@ The template parameter \ccc{Traits} stands for a traits class which must be a mo
|
|||
\ccTypedef{typedef Traits::Point_3 Point;}
|
||||
{Type of 3D point.}
|
||||
\ccGlue
|
||||
\ccTypedef{Primitive}
|
||||
{Type of input primitives.}
|
||||
\ccNestedType{Primitive}
|
||||
{Type of input primitives.}
|
||||
\ccGlue
|
||||
\ccTypedef{Point_and_primitive}
|
||||
{A pair composed of a Point and a Primitive.}
|
||||
\ccNestedType{Point_and_primitive}
|
||||
{A pair composed of a Point and a Primitive.}
|
||||
|
||||
%\ccNestedType{AABB}{some nested types}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue