BWAPI
Classes | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Circle_3.h File Reference
#include <boost/static_assert.hpp>
#include <boost/type_traits.hpp>
#include <CGAL/Kernel/Return_base_tag.h>
#include <CGAL/Bbox_3.h>
#include <CGAL/representation_tags.h>
#include <CGAL/Dimension.h>
Include dependency graph for Circle_3.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Circle_3< R_ >

Functions

template<typename R >
bool operator== (const Circle_3< R > &p, const Circle_3< R > &q)
template<typename R >
bool operator!= (const Circle_3< R > &p, const Circle_3< R > &q)
template<typename R >
std::ostream & operator<< (std::ostream &os, const Circle_3< R > &c)
template<typename R >
std::istream & operator>> (std::istream &is, Circle_3< R > &c)

Function Documentation

template<typename R >
bool operator!= ( const Circle_3< R > &  p,
const Circle_3< R > &  q 
) [inline]
template<typename R >
std::ostream& operator<< ( std::ostream &  os,
const Circle_3< R > &  c 
)
template<typename R >
bool operator== ( const Circle_3< R > &  p,
const Circle_3< R > &  q 
) [inline]
template<typename R >
std::istream& operator>> ( std::istream &  is,
Circle_3< R > &  c 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines