CGAL::Arr_extended_vertex<VertexBase,VData>

Definition

The Arr_extended_vertex<VertexBase,VData> class-template extends the vertex topological-features of the Dcel. It is parameterized by a vertex base-type VertexBase and a data type VData used to extend the vertex base-type.

#include <CGAL/Arr_extended_dcel.h>

Is Model for the Concepts

ArrangementDcelVertex

Inherits From

VertexBase

Creation

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

Access Functions

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

Modifiers

void v.set_data ( VData data) sets the auxiliary data.

See Also

Arr_dcel_base<V,H,F>