Capitalized and changed CGAL to \cgal\

This commit is contained in:
Andreas Fabri 2008-10-02 08:12:16 +00:00
parent 7dadb90dd2
commit 2b2edb51e4
1 changed files with 3 additions and 3 deletions

View File

@ -112,10 +112,10 @@ It can be used by a function to return objects of different types.
A mechanism to extract the stored object based on its type is also provided.
This class is similar to \ccc{boost::any}.
\section{Uncertainty management}
\section{Uncertainty Management}
The class \ccStyle{Uncertain<T>} represents a range of values of type \ccc{T}.
\ccc{T} is allowed to stand for \ccc{bool}, or CGAL's enumeration types
\ccc{T} is allowed to stand for \ccc{bool}, or \cgal's enumeration types
\ccc{Sign}, \ccc{Comparison_result}, \ccc{Orientation}, \ccc{Oriented_side},
\ccc{Bounded_side} and \ccc{Angle}.
@ -124,7 +124,7 @@ and you would like to communicate that to the caller. \ccc{Uncertain<T>}
allows just that. It also provides functions to naturally extend the
Boolean operations for \ccc{Uncertain<bool>} for example.
\ccc{Uncertain<T>} is used in CGAL as the return type of geometric predicates
\ccc{Uncertain<T>} is used in \cgal\ as the return type of geometric predicates
when the number type used is interval arithmetic like \ccc{Interval_nt}.
End users typically do not see it as it is hidden in the implementation
of the filtered predicates provided by the various filtered kernels,