BWAPI
|
#include <CGAL/basic.h>
#include <CGAL/NT_converter.h>
#include <CGAL/Enum_converter.h>
#include <CGAL/Bbox_2.h>
#include <CGAL/Bbox_3.h>
#include <CGAL/Origin.h>
#include <vector>
#include <CGAL/Kernel/interface_macros.h>
Go to the source code of this file.
Classes | |
struct | CGALi::Default_converter< K1, K2 > |
class | Cartesian_converter< K1, K2, Converter > |
class | Cartesian_converter< K, K, C > |
Namespaces | |
namespace | CGALi |
Defines | |
#define | CGAL_Kernel_obj(X) |
#define CGAL_Kernel_obj | ( | X | ) |
if (const typename K1::X * ptr = object_cast<typename K1::X>(&obj)) \ return make_object(operator()(*ptr));