CGAL 6.1 - 2D Arrangements
Loading...
Searching...
No Matches
CGAL::Arr_extended_halfedge< HalfedgeBase, HData > Class Template Reference

#include <CGAL/Arr_extended_dcel.h>

Inherits HalfedgeBase.

Definition

template<typename HalfedgeBase, typename HData>
class CGAL::Arr_extended_halfedge< HalfedgeBase, HData >

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
AosDcelHalfedge
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 HDatadata () 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.
 

Member Function Documentation

◆ assign()

template<typename HalfedgeBase , typename HData >
void CGAL::Arr_extended_halfedge< HalfedgeBase, HData >::assign ( const Self &  other)

assigns he with the contents of the other vertex.

◆ data()

template<typename HalfedgeBase , typename HData >
const HData & CGAL::Arr_extended_halfedge< HalfedgeBase, HData >::data ( ) const

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

◆ set_data()

template<typename HalfedgeBase , typename HData >
void CGAL::Arr_extended_halfedge< HalfedgeBase, HData >::set_data ( const HData data)

sets the auxiliary data.