BWAPI
|
#include <CGAL/Cartesian/Cartesian_base.h>
#include <CGAL/Handle_for.h>
#include <CGAL/Kernel/Type_equality_wrapper.h>
#include <CGAL/Kernel/interface_macros.h>
Go to the source code of this file.
Classes | |
struct | Cartesian_base_no_ref_count< FT_, Kernel_ > |
struct | Cartesian_base_no_ref_count< FT_, Kernel_ >::Handle< T > |
struct | Cartesian_base_no_ref_count< FT_, Kernel_ >::Base< Kernel2 > |
struct | Simple_cartesian< FT_ > |
Defines | |
#define | CGAL_Kernel_pred(Y, Z) |
#define | CGAL_Kernel_cons(Y, Z) CGAL_Kernel_pred(Y,Z) |
#define CGAL_Kernel_cons | ( | Y, | |
Z | |||
) | CGAL_Kernel_pred(Y,Z) |
#define CGAL_Kernel_pred | ( | Y, | |
Z | |||
) |
typedef CartesianKernelFunctors::Y<K> Y; \ Y Z() const { return Y(); }