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

Go to the source code of this file.

Defines

#define CGAL_NEF_DEBUG   23
#define CGAL_forall_iterators(x, L)   for(x = (L).begin(); x != (L).end(); ++x)

Functions

template<class R >
CGAL_BEGIN_NAMESPACE int spherical_orientation (const Sphere_point< R > &p1, const Sphere_point< R > &p2, const Sphere_point< R > &p3)
template<class R >
bool is_south (const Sphere_point< R > &p, int axis)
template<class R >
bool is_north (const Sphere_point< R > &p, int axis)
template<class R >
int spherical_compare (const Sphere_point< R > &p1, const Sphere_point< R > &p2, int axis, int pos)
template<class R , class I >
void partition (const Sphere_circle< R > &c, I start, I beyond, std::list< Sphere_segment< R > > &Lpos)
template<class R , class I >
void partition_xy (I start, I beyond, std::list< Sphere_segment< R > > &L, int pos)

Define Documentation

#define CGAL_forall_iterators (   x,
 
)    for(x = (L).begin(); x != (L).end(); ++x)
#define CGAL_NEF_DEBUG   23

Function Documentation

template<class R >
bool is_north ( const Sphere_point< R > &  p,
int  axis 
)

Here is the caller graph for this function:

template<class R >
bool is_south ( const Sphere_point< R > &  p,
int  axis 
)

Here is the caller graph for this function:

template<class R , class I >
void partition ( const Sphere_circle< R > &  c,
start,
beyond,
std::list< Sphere_segment< R > > &  Lpos 
)

Here is the caller graph for this function:

template<class R , class I >
void partition_xy ( start,
beyond,
std::list< Sphere_segment< R > > &  L,
int  pos 
)

Here is the call graph for this function:

Here is the caller graph for this function:

template<class R >
int spherical_compare ( const Sphere_point< R > &  p1,
const Sphere_point< R > &  p2,
int  axis,
int  pos 
)

Here is the call graph for this function:

Here is the caller graph for this function:

template<class R >
CGAL_BEGIN_NAMESPACE int spherical_orientation ( const Sphere_point< R > &  p1,
const Sphere_point< R > &  p2,
const Sphere_point< R > &  p3 
)

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines