\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 5.0 - CGAL and the Boost Graph Library
CGAL::Triangulation_face_base_with_id_2< TriangulationTraits_2, TriangulationFaceBase_2 > Class Template Reference

#include <CGAL/Triangulation_face_base_with_id_2.h>

Inherits from

TriangulationFaceBase_2.

Definition

The class Triangulation_face_base_with_id_2 is a model of the concept TriangulationFaceBase_2, the base face of a 2D-triangulation.

It provides an integer field that can be used to index faces for Bgl algorithms.

Note that the user is in charge of setting indices correctly before running a graph algorithm.

Template Parameters
TriangulationTraits_2is the geometric traits class and must be a model of TriangulationTraits_2.
TriangulationFaceBase_2must be a face base class from which Triangulation_face_base_with_id_2 derives. It has the default value Triangulation_face_base_2<TriangulationTraits_2>.
Is Model Of:
TriangulationFaceBase_2
See also
CGAL::Triangulation_face_base_2

Access Functions

int id () const
 Returns the index.
 
int & id ()
 Returns a reference to the index stored in the face.