CGAL 6.0 - 2D Arrangements
Loading...
Searching...
No Matches
CGAL::Arr_dcel_base< V, H, F > Class Template Reference

#include <CGAL/Arr_dcel_base.h>

Inherited by CGAL::Arr_dcel< Traits, V, H, F >.

Definition

template<typename V, typename H, typename F>
class CGAL::Arr_dcel_base< V, H, F >

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.

Is model of
ArrangementDcel

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...