| 
| concept | CellAttribute | 
|   | The concept CellAttribute represents a non void attribute associated with a cell of a combinatorial map. It can keep a handle to one dart of its associated cell, and can contain any information.  More...
  | 
|   | 
| concept | CombinatorialMap | 
|   | The concept CombinatorialMap defines a d-dimensional combinatorial map.  More...
  | 
|   | 
| concept | CombinatorialMapItems | 
|   | The concept CombinatorialMapItems allows to customize a dD combinatorial map by choosing the type of darts, and by enabling and disabling some attributes. For that, it defines an inner class template named Dart_wrapper, with one template parameter, CMap, a model of the CombinatorialMap concept. This inner class must define two types: Dart and Attributes.  More...
  | 
|   | 
| concept | Dart | 
|   | The concept Dart defines a d-dimensional dart. A dart mainly stores handles to the darts linked with itself by \( \beta_i\), \( \forall\)i, 0 \( \leq\)i \( \leq\)d. Moreover, it stores also handles to each non void attribute associated with itself.  More...
  | 
|   |