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

Go to the source code of this file.

Functions

CGAL_BEGIN_NAMESPACE bool diff_was_exact (double a, double b, double ab)
template<typename T >
bool fit_in_double (const T &, double &)
bool fit_in_double (const double &d, double &r)
bool fit_in_double (const float &f, double &r)
bool fit_in_double (const int &i, double &r)
template<typename ET >
bool fit_in_double (const Lazy_exact_nt< ET > &, double &)

Function Documentation

CGAL_BEGIN_NAMESPACE bool diff_was_exact ( double  a,
double  b,
double  ab 
) [inline]
template<typename T >
bool fit_in_double ( const T &  ,
double &   
) [inline]
bool fit_in_double ( const double &  d,
double &  r 
) [inline]
bool fit_in_double ( const float &  f,
double &  r 
) [inline]
bool fit_in_double ( const int &  i,
double &  r 
) [inline]
template<typename ET >
bool fit_in_double ( const Lazy_exact_nt< ET > &  ,
double &   
) [inline]

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines