29#ifndef CPPSRC_CORE_INCLUDE_COVERAGECONTROL_CGAL_CONFIG_H_
30#define CPPSRC_CORE_INCLUDE_COVERAGECONTROL_CGAL_CONFIG_H_
33#include <CGAL/Arr_linear_traits_2.h>
35#include <CGAL/Arrangement_2.h>
36#include <CGAL/Delaunay_triangulation_2.h>
37#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
38#include <CGAL/Partition_traits_2.h>
39#include <CGAL/Polygon_with_holes_2.h>
40#include <CGAL/Random.h>
41#include <CGAL/algorithm.h>
42#include <CGAL/centroid.h>
43#include <CGAL/partition_2.h>
44#include <CGAL/point_generators_2.h>
45#include <CGAL/random_polygon_2.h>
46#include <CGAL/Arr_point_location_result.h>
47#include <CGAL/Arr_batched_point_location.h>
49typedef CGAL::Exact_predicates_exact_constructions_kernel
K;
65typedef CGAL::Creator_uniform_2<double, CGAL_Point2>
Creator;
CGAL::Random_points_in_square_2< CGAL_Point2, Creator > Point_generator
CGAL::Polygon_with_holes_2< K > Polygon_with_holes_2
CGAL::Creator_uniform_2< double, CGAL_Point2 > Creator
CGAL::Arrangement_2< Traits_2 > Arrangement_2
CGAL::Exact_predicates_exact_constructions_kernel K
CGAL::Arr_point_location_result< Arrangement_2 > CGAL_Point_location_result
CGAL::Polygon_2< K > Polygon_2
K::Iso_rectangle_2 Iso_rectangle_2
CGAL::Arr_linear_traits_2< K > Traits_2
std::pair< CGAL_Point2, CGAL_Point_location_result::Type > CGAL_Query_result
CGAL::Delaunay_triangulation_2< K > Delaunay_triangulation_2
CGAL::Partition_traits_2< K > Partition_traits_2