CGAL 5.1 - 2D Arrangements
CGAL::Arr_extended_face< FaceBase, FData > Class Template Reference

#include <CGAL/Arr_extended_dcel.h>

Inherits FaceBase.

Definition

template<typename FaceBase, typename FData>
class CGAL::Arr_extended_face< FaceBase, FData >

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.

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

Creation

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

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). More...
 

Modifiers

void set_data (const FData &data)
 sets the auxiliary data. More...
 

Member Function Documentation

◆ assign()

template<typename FaceBase , typename FData >
void CGAL::Arr_extended_face< FaceBase, FData >::assign ( const Self &  other)

assigns f with the contents of the other vertex.

◆ data()

template<typename FaceBase , typename FData >
const FData& CGAL::Arr_extended_face< FaceBase, FData >::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 FaceBase , typename FData >
void CGAL::Arr_extended_face< FaceBase, FData >::set_data ( const FData &  data)

sets the auxiliary data.