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 >
template<class NT , class Functor >
template<class NT , class Functor , class Data >
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 >
std::pair<double, double> to_interval |
( |
const CGAL_POLYNOMIAL_NS::Filtered_number< NT > & |
a | ) |
|