CGAL::Arr_extended_face<FaceBase,FData>

Definition

The Arr_extended_face<FaceBase,FData> class-template extends the face topological-features of the DCEL. It is parameterized by a face base-type FaceBase and a data type FData used to extend the face base-type.

#include <CGAL/Arr_extended_dcel.h>

Is Model for the Concepts

ArrangementDcelFace

Inherits From

FaceBase

Creation

void f.assign ( Self other)
assigns f with the contents of the other vertex.

Access Functions

FData f.data () obtains the auxiliary data (a non-const version, returning a reference to a mutable data object is also available).

Modifiers

void f.set_data ( FData data)
sets the auxiliary data.

See Also

Arr_dcel_base<V,H,F>