BWAPI
Classes | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Polynomial/internal/Filtered_number.h File Reference
#include <CGAL/Polynomial/basic.h>
#include <CGAL/FPU.h>
Include dependency graph for Filtered_number.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Filtered_number< NT_t >

Functions

template<class NT >
Filtered_number< NT > midpoint (const Filtered_number< NT > &a, const Filtered_number< NT > &b)
template<class NT , class Functor >
Functor::result_type apply (const Functor &f, const Filtered_number< NT > &a)
template<class NT , class Functor >
Functor::result_type apply (const Functor &f, const Filtered_number< NT > &a, const Filtered_number< NT > &b)
template<class NT , class Functor , class Data >
Functor::result_type apply (const Functor &f, const Filtered_number< NT > &a, const Filtered_number< NT > &b, const Data &da, const Data &db)
template<class NT >
double to_double (const Filtered_number< NT > &a)
template<class NT >
std::pair< double, double > to_interval (const Filtered_number< NT > &a)
template<class NT >
std::ostream & operator<< (std::ostream &out, const Filtered_number< NT > &a)
template<class NT >
CGAL_POLYNOMIAL_END_NAMESPACE
CGAL_BEGIN_NAMESPACE double 
to_double (const CGAL_POLYNOMIAL_NS::Filtered_number< NT > &a)
template<class NT >
std::pair< double, double > to_interval (const CGAL_POLYNOMIAL_NS::Filtered_number< NT > &a)
template<class NT >
CGAL_END_NAMESPACE std::ostream & operator<< (std::ostream &out, const CGAL_POLYNOMIAL_NS::Filtered_number< NT > &a)

Function Documentation

template<class NT , class Functor >
Functor::result_type apply ( const Functor &  f,
const Filtered_number< NT > &  a 
)

Here is the call graph for this function:

Here is the caller graph for this function:

template<class NT , class Functor >
Functor::result_type apply ( const Functor &  f,
const Filtered_number< NT > &  a,
const Filtered_number< NT > &  b 
)

Here is the call graph for this function:

template<class NT , class Functor , class Data >
Functor::result_type apply ( const Functor &  f,
const Filtered_number< NT > &  a,
const Filtered_number< NT > &  b,
const Data &  da,
const Data &  db 
)

Here is the call graph for this function:

template<class NT >
Filtered_number<NT> midpoint ( const Filtered_number< NT > &  a,
const Filtered_number< NT > &  b 
)

Here is the call graph for this function:

template<class NT >
std::ostream& operator<< ( std::ostream &  out,
const Filtered_number< NT > &  a 
)
template<class NT >
CGAL_END_NAMESPACE std::ostream& operator<< ( std::ostream &  out,
const CGAL_POLYNOMIAL_NS::Filtered_number< NT > &  a 
)
template<class NT >
double to_double ( const Filtered_number< NT > &  a)
template<class NT >
CGAL_POLYNOMIAL_END_NAMESPACE CGAL_BEGIN_NAMESPACE double to_double ( const CGAL_POLYNOMIAL_NS::Filtered_number< NT > &  a)
template<class NT >
std::pair<double, double> to_interval ( const Filtered_number< NT > &  a)

Here is the call graph for this function:

template<class NT >
std::pair<double, double> to_interval ( const CGAL_POLYNOMIAL_NS::Filtered_number< NT > &  a)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines