Coverage Control Library
|
Contains the configuration for the CGAL library. More...
#include <CGAL/Arr_linear_traits_2.h>
#include <CGAL/Arrangement_2.h>
#include <CGAL/Delaunay_triangulation_2.h>
#include <CGAL/Exact_predicates_exact_constructions_kernel.h>
#include <CGAL/Partition_traits_2.h>
#include <CGAL/Polygon_with_holes_2.h>
#include <CGAL/Random.h>
#include <CGAL/algorithm.h>
#include <CGAL/centroid.h>
#include <CGAL/partition_2.h>
#include <CGAL/point_generators_2.h>
#include <CGAL/random_polygon_2.h>
#include <CGAL/Arr_point_location_result.h>
#include <CGAL/Arr_batched_point_location.h>
Go to the source code of this file.
Typedefs | |
typedef CGAL::Exact_predicates_exact_constructions_kernel | K |
typedef K::Point_2 | CGAL_Point2 |
typedef K::Iso_rectangle_2 | Iso_rectangle_2 |
typedef K::Segment_2 | Segment_2 |
typedef K::Ray_2 | Ray_2 |
typedef K::Line_2 | Line_2 |
typedef CGAL::Delaunay_triangulation_2< K > | Delaunay_triangulation_2 |
typedef CGAL::Polygon_2< K > | Polygon_2 |
typedef CGAL::Polygon_with_holes_2< K > | Polygon_with_holes_2 |
typedef CGAL::Arr_linear_traits_2< K > | Traits_2 |
typedef CGAL::Arrangement_2< Traits_2 > | Arrangement_2 |
typedef CGAL::Partition_traits_2< K > | Partition_traits_2 |
typedef CGAL::Creator_uniform_2< double, CGAL_Point2 > | Creator |
typedef CGAL::Random_points_in_square_2< CGAL_Point2, Creator > | Point_generator |
using | CGAL_Point_location_result = CGAL::Arr_point_location_result<Arrangement_2> |
using | CGAL_Query_result = std::pair<CGAL_Point2, CGAL_Point_location_result::Type> |
Contains the configuration for the CGAL library.
Definition in file config.h.
typedef CGAL::Arrangement_2<Traits_2> Arrangement_2 |
typedef K::Point_2 CGAL_Point2 |
using CGAL_Point_location_result = CGAL::Arr_point_location_result<Arrangement_2> |
using CGAL_Query_result = std::pair<CGAL_Point2, CGAL_Point_location_result::Type> |
typedef CGAL::Creator_uniform_2<double, CGAL_Point2> Creator |
typedef CGAL::Delaunay_triangulation_2<K> Delaunay_triangulation_2 |
typedef K::Iso_rectangle_2 Iso_rectangle_2 |
typedef CGAL::Partition_traits_2<K> Partition_traits_2 |
typedef CGAL::Random_points_in_square_2<CGAL_Point2, Creator> Point_generator |
typedef CGAL::Polygon_with_holes_2<K> Polygon_with_holes_2 |