CGAL::Arr_extended_halfedge<HalfedgeBase,HData>

Definition

The Arr_extended_halfedge<HalfedgeBase,HData> class-template extends the halfedge topological-features of the DCEL. It is parameterized by a halfedge base-type HalfedgeBase and a data type HData used to extend the halfedge base-type.

#include <CGAL/Arr_extended_dcel.h>

Is Model for the Concepts

ArrangementDcelHalfedge

Inherits From

HalfedgeBase

Creation

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

Access Functions

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

Modifiers

void he.set_data ( HData data) sets the auxiliary data.

See Also

Arr_dcel_base<V,H,F>