MEPP2 Project
Classes | Public Member Functions | Private Attributes | List of all members
Enriched_vertex_base< Gt, Vb > Class Template Reference

Enriches the vertices of a triangulation. More...

#include <boolops_triangulation.hpp>

Inheritance diagram for Enriched_vertex_base< Gt, Vb >:
Inheritance graph
Collaboration diagram for Enriched_vertex_base< Gt, Vb >:
Collaboration graph

Classes

struct  Rebind_TDS
 

Public Member Functions

void set_Label (unsigned long Label)
 Accessor. More...
 
unsigned long get_Label ()
 Accessor. More...
 

Private Attributes

unsigned long m_Label
 An Id for the vertex. More...
 

Detailed Description

template<class Gt, class Vb = CGAL::Triangulation_vertex_base_2<Gt>>
class Enriched_vertex_base< Gt, Vb >

Enriches the vertices of a triangulation.

Definition at line 28 of file boolops_triangulation.hpp.

Member Function Documentation

◆ get_Label()

template<class Gt , class Vb = CGAL::Triangulation_vertex_base_2<Gt>>
unsigned long Enriched_vertex_base< Gt, Vb >::get_Label ( )
inline

Accessor.

Returns
The Label of the vertex

Definition at line 47 of file boolops_triangulation.hpp.

◆ set_Label()

template<class Gt , class Vb = CGAL::Triangulation_vertex_base_2<Gt>>
void Enriched_vertex_base< Gt, Vb >::set_Label ( unsigned long  Label)
inline

Accessor.

Parameters
Label: The value to assign

Definition at line 44 of file boolops_triangulation.hpp.

Member Data Documentation

◆ m_Label

template<class Gt , class Vb = CGAL::Triangulation_vertex_base_2<Gt>>
unsigned long Enriched_vertex_base< Gt, Vb >::m_Label
private

An Id for the vertex.

Definition at line 39 of file boolops_triangulation.hpp.


The documentation for this class was generated from the following file: