BWAPI
Classes | Defines
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/Cartesian.h File Reference
#include <CGAL/Cartesian/Cartesian_base.h>
#include <CGAL/Handle_for.h>
#include <CGAL/Kernel/Type_equality_wrapper.h>
#include <CGAL/Kernel/interface_macros.h>
Include dependency graph for Cartesian.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Cartesian_base_ref_count< FT_, Kernel_ >
struct  Cartesian_base_ref_count< FT_, Kernel_ >::Handle< T >
struct  Cartesian_base_ref_count< FT_, Kernel_ >::Base< Kernel2 >
class  Cartesian< FT_ >
 A kinetic kernel using cartesian coordinates. More...

Defines

#define CGAL_Kernel_pred(Y, Z)
#define CGAL_Kernel_cons(Y, Z)   CGAL_Kernel_pred(Y,Z)

Define Documentation

#define CGAL_Kernel_cons (   Y,
 
)    CGAL_Kernel_pred(Y,Z)
#define CGAL_Kernel_pred (   Y,
 
)
Value:
typedef CartesianKernelFunctors::Y<K> Y; \
                              Y Z() const { return Y(); }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines