Coverage Control Library
Loading...
Searching...
No Matches
config.h File Reference

Contains the configuration for the CGAL library. More...

#include <CGAL/Arr_linear_traits_2.h>
#include <CGAL/Arr_walk_along_line_point_location.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 <iterator>
+ Include dependency graph for config.h:
+ This graph shows which files directly or indirectly include this file:

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::Arr_walk_along_line_point_location< Arrangement_2 > CGAL_pl
 
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
 

Detailed Description

Contains the configuration for the CGAL library.

Definition in file config.h.

Typedef Documentation

◆ Arrangement_2

typedef CGAL::Arrangement_2<Traits_2> Arrangement_2

Definition at line 60 of file config.h.

◆ CGAL_pl

typedef CGAL::Arr_walk_along_line_point_location<Arrangement_2> CGAL_pl

Definition at line 61 of file config.h.

◆ CGAL_Point2

typedef K::Point_2 CGAL_Point2

Definition at line 49 of file config.h.

◆ Creator

typedef CGAL::Creator_uniform_2<double, CGAL_Point2> Creator

Definition at line 65 of file config.h.

◆ Delaunay_triangulation_2

typedef CGAL::Delaunay_triangulation_2<K> Delaunay_triangulation_2

Definition at line 54 of file config.h.

◆ Iso_rectangle_2

typedef K::Iso_rectangle_2 Iso_rectangle_2

Definition at line 50 of file config.h.

◆ K

typedef CGAL::Exact_predicates_exact_constructions_kernel K

Definition at line 48 of file config.h.

◆ Line_2

typedef K::Line_2 Line_2

Definition at line 53 of file config.h.

◆ Partition_traits_2

typedef CGAL::Partition_traits_2<K> Partition_traits_2

Definition at line 63 of file config.h.

◆ Point_generator

typedef CGAL::Random_points_in_square_2<CGAL_Point2, Creator> Point_generator

Definition at line 66 of file config.h.

◆ Polygon_2

typedef CGAL::Polygon_2<K> Polygon_2

Definition at line 56 of file config.h.

◆ Polygon_with_holes_2

typedef CGAL::Polygon_with_holes_2<K> Polygon_with_holes_2

Definition at line 57 of file config.h.

◆ Ray_2

typedef K::Ray_2 Ray_2

Definition at line 52 of file config.h.

◆ Segment_2

typedef K::Segment_2 Segment_2

Definition at line 51 of file config.h.

◆ Traits_2

typedef CGAL::Arr_linear_traits_2<K> Traits_2

Definition at line 59 of file config.h.