| 
    CGAL 4.7 - 2D Arrangements 
   | 
 
#include <CGAL/Arr_extended_dcel.h>
VertexBase.
The Arr_extended_vertex 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.
Arr_dcel_base<V,H,F> Creation | |
| void | assign (const Self &other) | 
assigns v with the contents of the other vertex.  More... | |
Access Functions | |
| const VData & | 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 VData &data) | 
| sets the auxiliary data.  More... | |
| void CGAL::Arr_extended_vertex< VertexBase, VData >::assign | ( | const Self & | other | ) | 
assigns v with the contents of the other vertex. 
| const VData& CGAL::Arr_extended_vertex< VertexBase, VData >::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_vertex< VertexBase, VData >::set_data | ( | const VData & | data | ) | 
sets the auxiliary data.