BWAPI
Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/certified_quotient_predicates.h File Reference
#include <CGAL/certified_numeric_predicates.h>
#include <CGAL/Quotient.h>
Include dependency graph for certified_quotient_predicates.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class NT >
CGAL_BEGIN_NAMESPACE Uncertain
< bool > 
certified_quotient_is_positive (const Quotient< NT > &x)
template<class NT >
Uncertain< bool > certified_quotient_is_negative (const Quotient< NT > &x)
template<class NT >
Uncertain< bool > certified_quotient_is_zero (const Quotient< NT > &x)
template<class NT >
CGAL_MEDIUM_INLINE Uncertain
< Sign
certified_quotient_sign (const Quotient< NT > &x)
template<class NT1 , class NT2 >
CGAL_MEDIUM_INLINE Uncertain
< Comparison_result
certified_quotient_compare (const Quotient< NT1 > &x, const Quotient< NT2 > &y)
template<class NT >
Uncertain< bool > certified_is_zero (const Quotient< NT > &n)
template<class NT >
Uncertain< bool > certified_is_positive (const Quotient< NT > &n)
template<class NT >
Uncertain< bool > certified_is_negative (const Quotient< NT > &n)
template<class NT >
Uncertain< Signcertified_sign (const Quotient< NT > &n)
template<class NT1 , class NT2 >
Uncertain< Comparison_resultcertified_compare (const Quotient< NT1 > &n1, const Quotient< NT2 > &n2)

Function Documentation

template<class NT1 , class NT2 >
Uncertain<Comparison_result> certified_compare ( const Quotient< NT1 > &  n1,
const Quotient< NT2 > &  n2 
) [inline]

Here is the call graph for this function:

template<class NT >
Uncertain<bool> certified_is_negative ( const Quotient< NT > &  n) [inline]

Here is the call graph for this function:

template<class NT >
Uncertain<bool> certified_is_positive ( const Quotient< NT > &  n) [inline]

Here is the call graph for this function:

template<class NT >
Uncertain<bool> certified_is_zero ( const Quotient< NT > &  n) [inline]

Here is the call graph for this function:

template<class NT1 , class NT2 >
CGAL_MEDIUM_INLINE Uncertain<Comparison_result> certified_quotient_compare ( const Quotient< NT1 > &  x,
const Quotient< NT2 > &  y 
)

Here is the call graph for this function:

Here is the caller graph for this function:

template<class NT >
Uncertain<bool> certified_quotient_is_negative ( const Quotient< NT > &  x) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

template<class NT >
CGAL_BEGIN_NAMESPACE Uncertain<bool> certified_quotient_is_positive ( const Quotient< NT > &  x) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

template<class NT >
Uncertain<bool> certified_quotient_is_zero ( const Quotient< NT > &  x) [inline]

Here is the call graph for this function:

Here is the caller graph for this function:

template<class NT >
CGAL_MEDIUM_INLINE Uncertain<Sign> certified_quotient_sign ( const Quotient< NT > &  x)

Here is the call graph for this function:

Here is the caller graph for this function:

template<class NT >
Uncertain<Sign> certified_sign ( const Quotient< NT > &  n) [inline]

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines