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

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)

Function Documentation

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 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines