| 
    CGAL 4.7 - 2D Arrangements 
   | 
 
#include <CGAL/Arr_extended_dcel.h>
HalfedgeBase.
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.
Arr_dcel_base<V,H,F> Creation | |
| void | assign (const Self &other) | 
assigns he with the contents of the other vertex.  More... | |
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).  More... | |
Modifiers | |
| void | set_data (const HData &data) | 
| sets the auxiliary data.  More... | |
| void CGAL::Arr_extended_halfedge< HalfedgeBase, HData >::assign | ( | const Self & | other | ) | 
assigns he with the contents of the other vertex. 
| 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).
| void CGAL::Arr_extended_halfedge< HalfedgeBase, HData >::set_data | ( | const HData & | data | ) | 
sets the auxiliary data.