AABB tree (ref manual): added nested types

This commit is contained in:
Pierre Alliez 2009-04-30 13:51:41 +00:00
parent 608e905d17
commit 1533aa072f
2 changed files with 12 additions and 8 deletions

View File

@ -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}

View File

@ -33,10 +33,10 @@ 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}
\ccNestedType{Primitive}
{Type of input primitives.}
\ccGlue
\ccTypedef{Point_and_primitive}
\ccNestedType{Point_and_primitive}
{A pair composed of a Point and a Primitive.}
%\ccNestedType{AABB}{some nested types}