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

ArrangementDcelWithRebind

Inherits From

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

See Also

Arr_dcel_base<V,H,F>