MSDM
 All Classes Namespaces Files Functions Variables Typedefs Pages
Public Member Functions | List of all members
Enriched_halfedge< Refs, Tprev, Tvertex, Tface > Class Template Reference

Enriched halfedge for CGAL polyhedron adding tag information. More...

#include <enriched_polyhedron.h>

Inheritance diagram for Enriched_halfedge< Refs, Tprev, Tvertex, Tface >:

Public Member Functions

std::size_t get_tag ()
 Getter to halfedge tag. More...
 
void set_tag (std::size_t tag)
 Setter to halfedge tag. More...
 

Detailed Description

template<class Refs, class Tprev, class Tvertex, class Tface>
class Enriched_halfedge< Refs, Tprev, Tvertex, Tface >

Enriched halfedge for CGAL polyhedron adding tag information.

See the CGAL documentation for information on templates

Member Function Documentation

template<class Refs , class Tprev , class Tvertex , class Tface >
std::size_t Enriched_halfedge< Refs, Tprev, Tvertex, Tface >::get_tag ( )
inline

Getter to halfedge tag.

Returns
Value of the tag
template<class Refs , class Tprev , class Tvertex , class Tface >
void Enriched_halfedge< Refs, Tprev, Tvertex, Tface >::set_tag ( std::size_t  tag)
inline

Setter to halfedge tag.

Parameters
tagValue of the tag

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