BWAPI
|
#include <CGAL/Polynomial/basic.h>
#include <CGAL/Polynomial/internal/interval_arithmetic.h>
#include <iostream>
Go to the source code of this file.
Classes | |
class | Isolating_interval< FT_t > |
Define the interface for a bounding interval By convention the intervals are closed. More... | |
Functions | |
template<class NT , class Functor > | |
CGAL_POLYNOMIAL_BEGIN_INTERNAL_NAMESPACE Functor::result_type | apply (const Functor &f, const NT &a) |
necessary to support filtered_numbers which I don't like | |
template<class NT , class Functor > | |
Functor::result_type | apply (const Functor &f, const NT &a, const NT &b) |
necessary to support filtered_numbers which I don't like | |
template<class NT , class Functor , class Data > | |
Functor::result_type | apply (const Functor &f, const NT &a, const NT &b, const Data &da, const Data &db) |
necessary to support filtered_numbers which I don't like | |
template<class OStream , class NT > | |
OStream & | operator<< (OStream &out, const Isolating_interval< NT > &ii) |
CGAL_POLYNOMIAL_BEGIN_INTERNAL_NAMESPACE Functor::result_type apply | ( | const Functor & | f, |
const NT & | a | ||
) |
necessary to support filtered_numbers which I don't like
Functor::result_type apply | ( | const Functor & | f, |
const NT & | a, | ||
const NT & | b | ||
) |
necessary to support filtered_numbers which I don't like
Functor::result_type apply | ( | const Functor & | f, |
const NT & | a, | ||
const NT & | b, | ||
const Data & | da, | ||
const Data & | db | ||
) |
necessary to support filtered_numbers which I don't like
OStream& operator<< | ( | OStream & | out, |
const Isolating_interval< NT > & | ii | ||
) |