CGAL::Arr_face_extended_dcel<Traits,FData,V,H,F>

Definition

The Arr_face_extended_dcel<Traits,FData,V,H,F> class-template extends the DCEL face-records, making it possible to store extra (non-geometric) data with the arrangement faces. The class should be instantiated by an FData type which represents the extra data stored with each face.

Note that all types of DCEL features (namely vertex, halfedge and face) are provided as template parameters. However, by default they are defined as follows:

V = Arr_vertex_base<typename Traits::Point_2>
H = Arr_halfedge_base<typename Traits::X_monotone_curve_2>
F = Arr_face_base

#include <CGAL/Arr_extended_dcel.h>

Is Model for the Concepts

ArrangementDcel

Inherits From

Arr_dcel_base<V, H, Arr_extended_face<F, FData> >

Types

template <class T>
Arr_face_extended_dcel<Traits,FData,V,H,F>:: rebind
allows the rebinding of the DCEL with a different traits class T.

See Also

Arr_dcel_base<V,H,F>