This commit is contained in:
Efi Fogel 2006-10-24 11:25:42 +00:00
parent 41a1cfb4d0
commit 5b41a2a48d
2 changed files with 8 additions and 8 deletions

View File

@ -46,13 +46,16 @@ value of this parameter is by default
\ccc{Arr_default_dcel<Traits>}.
\end{itemize}
\ccc{Self} is an abbreviation of the \ccRefName\ type hereafter.
\ccInheritsFrom\ccc{Arrangement_2<Traits,Dcel>}
\ccInclude{CGAL/Arrangement_with_history_2.h}
\ccTypes
%=======
\ccTypedef{typedef Arrangement_with_history_2<Traits_2,Dcel> Self;}
{a private type used as an abbreviation of the \ccRefName\ type hereafter.}
\ccNestedType{Traits_2}{the traits class in use.}
\ccGlue
\ccNestedType{Dcel}{the {\sc Dcel} representation of the arrangement.}

View File

@ -37,23 +37,20 @@ value of this parameter is by default
\end{itemize}
The available traits classes and {\sc Dcel} classes are described below.
\ccc{Self} is an abbreviation of the \ccRefName\ type hereafter.
\ccInclude{CGAL/Arrangement_2.h}
\ccTypes
%=======
\ccThree{Arrangement_2<Traits,Dcel>::Halfedge_iterator}{}{}
\ccThree{typedef typename Traits_2::X_monotone_curve_2}{X_monotone_2;}{}
\ccThreeToTwo
\ccTypedef{typedef Arrangement_2<Traits_2,Dcel> Self;}
{a private type used as an abbreviation of the \ccRefName\ type hereafter.}
\ccNestedType{Traits_2}{the traits class in use.}
\ccGlue
\ccNestedType{Dcel}{the {\sc Dcel} representation of the arrangement.}
\ccThree{typedef typename Traits_2::X_monotone_curve_2}{Point_2;}{}
\ccThreeToTwo
\ccTypedef{typedef Arrangement_2<Traits_2,Dcel> Self;}{}
\ccTypedef{typedef typename Traits_2::Point_2 Point_2;}
{the point type, as defined by the traits class.}
\ccGlue