\( \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
LinearCellComplexItems Concept Reference

Definition

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.

Refines:
CombinatorialMapItems

The first type in Attributes must be a model of the CellAttributeWithPoint concept.

Has Models:
CGAL::Linear_cell_complex_min_items<d>
See Also
CGAL::Linear_cell_complex<d,d2,LCCTraits,Items,Alloc>
CellAttributeWithPoint
CGAL::Dart<d,CMap>