CGAL 5.2.2 - 2D Arrangements
|
#include <CGAL/Arr_dcel_base.h>
The Arr_dcel_base
class is an important ingredient in the definition of Dcel data structures. It serves as a basis class for any instance of the Dcel
template parameter of the Arrangement_2
template. In particular it is the basis class of the default Dcel
template parameter, and the basis class of any extended Dcel. The template parameters V
, H
, and F
must be instantiated with models of the concepts ArrangementDcelVertex
, ArrangementDcelHalfedge
, and ArrangementDcelFace
respectively.
Classes | |
class | Arr_face_base |
The basic Dcel face type. More... | |
class | Arr_halfedge_base |
The basic Dcel halfedge type. More... | |
class | Arr_vertex_base |
The basic Dcel vertex type. More... | |