\( \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 4.4 - High-dimension Triangulation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
TriangulationFullCell Concept Reference

Definition

The concept TriangulationFullCell describes the requirements on the type used by the class Triangulation<TriangulationTraits, TriangulationDataStructure>, and its derived classes, to represent a full cell.

Refines:
TriangulationDSFullCell We only list below the additional specific requirements of TriangulationFullCell.
Has Models:
CGAL::Triangulation_full_cell<TriangulationTraits, TriangulationDSFullCell>

Input/Output

These operators can be used directly and are called by the I/O operator of class Triangulation.

See Also
Triangulation_full_cell<TriangulationTraits, TriangulationDSFullCell>
TriangulationVertex
Triangulation<TriangulationTraits, TriangulationDataStructure>