CGAL 4.9.1 - 2D Arrangements
|
#include <CGAL/Arr_extended_dcel.h>
FaceBase.
The Arr_extended_face
class-template extends the face topological-features of the Dcel.
It is parameterized by a face base-type FaceBase
and a data type FData
used to extend the face base-type.
Arr_dcel_base<V,H,F>
Creation | |
void | assign (const Self &other) |
assigns f with the contents of the other vertex. | |
Access Functions | |
const FData & | 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 FData &data) |
sets the auxiliary data. | |