BWAPI
Classes | Namespaces | Defines
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Spherical_kernel_3.h File Reference
#include <CGAL/Circular_kernel_3/Circular_arc_point_3.h>
#include <CGAL/Circular_arc_point_3.h>
#include <CGAL/Circular_kernel_3/Line_arc_3.h>
#include <CGAL/Line_arc_3.h>
#include <CGAL/Circular_kernel_3/Circular_arc_3.h>
#include <CGAL/Circular_arc_3.h>
#include <CGAL/Circular_kernel_3/function_objects_polynomial_sphere.h>
#include <CGAL/Circular_kernel_3/get_equation_object_on_curved_kernel_3.h>
#include <CGAL/Spherical_kernel_type_equality_wrapper.h>
#include <CGAL/global_functions_spherical_kernel_3.h>
#include <CGAL/Circular_kernel_3/interface_macros.h>
Include dependency graph for Spherical_kernel_3.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  CGAL::CGALi::Spherical_kernel_base_ref_count< SphericalKernel, LinearKernelBase >
struct  CGAL::CGALi::Spherical_kernel_base_ref_count< SphericalKernel, LinearKernelBase >::Handle< T >
struct  CGAL::Spherical_kernel_3< LinearKernel, AlgebraicKernel >
struct  CGAL::Spherical_kernel_3< LinearKernel, AlgebraicKernel >::Circular_tag

Namespaces

namespace  CGAL
namespace  CGAL::CGALi

Defines

#define CGAL_Spherical_Kernel_pred(Y, Z)
#define CGAL_Spherical_Kernel_cons(Y, Z)   CGAL_Spherical_Kernel_pred(Y,Z)
#define CGAL_Spherical_Kernel_overload_cons(Y, Z)   CGAL_Spherical_Kernel_pred(Y,Z)
#define CGAL_Spherical_Kernel_overload_pred(Y, Z)   CGAL_Spherical_Kernel_pred(Y,Z)
#define CGAL_Spherical_Kernel_pred_on_sphere(Y, Z)

Define Documentation

#define CGAL_Spherical_Kernel_cons (   Y,
 
)    CGAL_Spherical_Kernel_pred(Y,Z)
#define CGAL_Spherical_Kernel_pred (   Y,
 
)
Value:
typedef SphericalFunctors::Y<SphericalKernel> Y; \
            Y Z() const { return Y(); }
#define CGAL_Spherical_Kernel_pred_on_sphere (   Y,
 
)
Value:
typedef SphericalFunctors::Y<SphericalKernel> Y; \
            Y Z(const CGAL::Sphere_3<SphericalKernel>& S) const { return Y(S); }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines