#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>
Go to the source code of this file.
Classes |
class | Sphere_3< R_ > |
Functions |
template<class R > |
std::ostream & | insert (std::ostream &os, const Sphere_3< R > &c, const Cartesian_tag &) |
template<class R > |
std::ostream & | insert (std::ostream &os, const Sphere_3< R > &c, const Homogeneous_tag &) |
template<class R > |
std::ostream & | operator<< (std::ostream &os, const Sphere_3< R > &c) |
template<class R > |
std::istream & | extract (std::istream &is, Sphere_3< R > &c, const Cartesian_tag &) |
template<class R > |
std::istream & | extract (std::istream &is, Sphere_3< R > &c, const Homogeneous_tag &) |
template<class R > |
std::istream & | operator>> (std::istream &is, Sphere_3< R > &c) |
Function Documentation
template<class R >
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const Sphere_3< R > & |
c |
|
) |
| |
template<class R >
std::istream& operator>> |
( |
std::istream & |
is, |
|
|
Sphere_3< R > & |
c |
|
) |
| |