CGAL::Gps_default_dcel<Traits>

Definition

The class Gps_default_dcel<Traits> is the default Dcel class used by the General_polygon_set_2 and Polygon_set_2 class-templates to represent the underlying internal Arrangement_2 data structure.

#include <CGAL/Boolean_set_operations_2/Gps_default_dcel.h>

Is Model for the Concepts

GeneralPolygonSetDcel

Inherits From

Arr_dcel_base< Arr_vertex_base<typename Traits_::Point_2>,
Arr_halfedge_base<typename Traits_::X_monotone_curve_2>,
Gps_face_base>

Types

template <class T>
Gps_default_dcel<Traits>:: rebind
allows the rebinding of the Dcel with a different traits class T.