CGAL 6.1 - 2D Arrangements
Loading...
Searching...
No Matches
CGAL::Arr_extended_vertex< VertexBase, VData > Class Template Reference

#include <CGAL/Arr_extended_dcel.h>

Inherits VertexBase.

Definition

template<typename VertexBase, typename VData>
class CGAL::Arr_extended_vertex< VertexBase, VData >

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.

Is model of
AosDcelVertex
See also
Arr_dcel_base<V,H,F>

Creation

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

Access Functions

const VDatadata () 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 VData &data)
 sets the auxiliary data.
 

Member Function Documentation

◆ assign()

template<typename VertexBase , typename VData >
void CGAL::Arr_extended_vertex< VertexBase, VData >::assign ( const Self &  other)

assigns v with the contents of the other vertex.

◆ data()

template<typename VertexBase , typename VData >
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).

◆ set_data()

template<typename VertexBase , typename VData >
void CGAL::Arr_extended_vertex< VertexBase, VData >::set_data ( const VData data)

sets the auxiliary data.