#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Polygon_2.h>
#include <CGAL/Polygon_with_holes_2.h>
#include <CGAL/Boolean_set_operations_2.h>
#include "global.h"
Go to the source code of this file.
Typedefs | |
typedef CGAL::Exact_predicates_exact_constructions_kernel | EK |
typedef EK::Point_2 | EPoint_2 |
typedef CGAL::Polygon_2< EK > | EPolygon_2 |
typedef CGAL::Polygon_with_holes_2< EK > | EPolygon_with_holes_2 |
typedef std::list< EPolygon_with_holes_2 > | EPwh_list_2 |
Functions | |
int | main (int argc, char *argv[]) |
typedef CGAL::Exact_predicates_exact_constructions_kernel EK |
Definition at line 13 of file polygon_diff.cpp.
typedef EK::Point_2 EPoint_2 |
Definition at line 14 of file polygon_diff.cpp.
typedef CGAL::Polygon_2<EK> EPolygon_2 |
Definition at line 15 of file polygon_diff.cpp.
Definition at line 16 of file polygon_diff.cpp.
typedef std::list<EPolygon_with_holes_2> EPwh_list_2 |
Definition at line 17 of file polygon_diff.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 20 of file polygon_diff.cpp.