\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 5.0.2 - 2D Arrangements
CGAL::Arr_extended_halfedge< HalfedgeBase, HData > Class Template Reference

#include <CGAL/Arr_extended_dcel.h>

Inherits from

HalfedgeBase.

Definition

The Arr_extended_halfedge 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.

Is Model Of:
ArrangementDcelHalfedge
See also
Arr_dcel_base<V,H,F>

Creation

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

Access Functions

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

Modifiers

void set_data (const HData &data)
 sets the auxiliary data.