\( \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.8.2 - Linear Cell Complex
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages

Concepts

conceptCellAttributeWithPoint
 The concept CellAttributeWithPoint is a refinement of the CellAttribute concept, to represent a cell attribute containing a point. More...
 
conceptLinearCellComplexItems
 The concept LinearCellComplexItems refines the concept of CombinatorialMapItems by adding the requirement that 0-attributes are enabled, and associated with attributes that are models of the CellAttributeWithPoint concept. More...
 
conceptLinearCellComplexTraits
 Required types and functors for the LinearCellComplexTraits concept. This geometric traits concept is used in the Linear_cell_complex class. More...