BWAPI
Classes | Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Nef_S2/Sphere_segment.h File Reference
#include <CGAL/basic.h>
#include <CGAL/Handle_for.h>
#include <vector>
Include dependency graph for Sphere_segment.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Sphere_segment_rep< R_ >
class  Sphere_segment< R_ >

Functions

template<typename R >
bool do_intersect_internally (const Sphere_segment< R > &s1, const Sphere_segment< R > &s2, Sphere_point< R > &p)
template<typename R >
std::ostream & operator<< (std::ostream &os, const CGAL::Sphere_segment< R > &s)
template<typename R >
std::istream & operator>> (std::istream &is, CGAL::Sphere_segment< R > &s)
template<typename R >
bool do_intersect_internally (const Sphere_circle< R > &c1, const Sphere_segment< R > &s2, Sphere_point< R > &p)

Function Documentation

template<typename R >
bool do_intersect_internally ( const Sphere_segment< R > &  s1,
const Sphere_segment< R > &  s2,
Sphere_point< R > &  p 
)

Here is the call graph for this function:

Here is the caller graph for this function:

template<typename R >
bool do_intersect_internally ( const Sphere_circle< R > &  c1,
const Sphere_segment< R > &  s2,
Sphere_point< R > &  p 
)

Here is the call graph for this function:

template<typename R >
std::ostream& operator<< ( std::ostream &  os,
const CGAL::Sphere_segment< R > &  s 
)
template<typename R >
std::istream& operator>> ( std::istream &  is,
CGAL::Sphere_segment< R > &  s 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines