From 2b2edb51e4cc64b032b527665c7e225e6f3480b1 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 2 Oct 2008 08:12:16 +0000 Subject: [PATCH] Capitalized and changed CGAL to \cgal\ --- STL_Extension/doc_tex/STL_Extension/main.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/STL_Extension/doc_tex/STL_Extension/main.tex b/STL_Extension/doc_tex/STL_Extension/main.tex index ce61555fa31..39c094622b5 100644 --- a/STL_Extension/doc_tex/STL_Extension/main.tex +++ b/STL_Extension/doc_tex/STL_Extension/main.tex @@ -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} 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} allows just that. It also provides functions to naturally extend the Boolean operations for \ccc{Uncertain} for example. -\ccc{Uncertain} is used in CGAL as the return type of geometric predicates +\ccc{Uncertain} 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,