| CGAL 6.1 - Combinatorial Maps
    | 
| Concepts | |
| concept | CellAttribute | 
| The concept CellAttributerepresents a non void attribute associated with a cell of a generic map. It can keep a descriptor to one dart of its associated cell, and can contain any information.  More... | |
| concept | CombinatorialMap | 
| The concept CombinatorialMapdefines a d-dimensional combinatorial map.  More... | |
| concept | GenericMap | 
| The concept GenericMapdefines a d-dimensional generic map. This concept is defined only to factorize the common notions betweenCombinatorialMapandGeneralizedMapconcepts.  More... | |
| concept | GenericMapItems | 
| The concept GenericMapItemsallows to customize a dD generic map by choosing the information associated with darts, by enabling and disabling some attributes, and by choosing to use indices or handles. For that, it defines an inner class template namedDart_wrapper, with one template parameter,Map, a model of theGenericMapconcept. This inner class can define the two typesDart_infoandAttributes.  More... | |