\( \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.11.3 - Combinatorial Maps
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Class and Concept List
Here is the list of all concepts and classes of this package. Classes are inside the namespace CGAL. Concepts are in the global namespace.
[detail level 12]
oNboost
oNCGAL
|oCCell_attributeThe class Cell_attribute represents an attribute containing (or not) an information
|oCCell_attribute_with_idThe class Cell_attribute_with_id represents an attribute containing (or not) an information, and having an id
|oCCombinatorial_mapThe class Combinatorial_map represents a dD combinatorial map
|oCCombinatorial_map_min_itemsThe class Combinatorial_map_min_items defines the type of darts which is a Dart<d,CMap>
|oCDartThe class Dart represents a dD dart in a combinatorial map
|\CGeneric_map_min_itemsThe class Generic_map_min_items defines void as the information associated with darts, and no attribute is enabled
oCCellAttributeThe concept CellAttribute represents a non void attribute associated with a cell of a generic map. It can keep a handle to one dart of its associated cell, and can contain any information
oCCombinatorialMapThe concept CombinatorialMap defines a d-dimensional combinatorial map
oCGenericMapThe concept GenericMap defines a d-dimensional generic map. This concept is defined only to factorize the common notions between CombinatorialMap and GeneralizedMap concepts
\CGenericMapItemsThe concept GenericMapItems allows to customize a dD generic map by choosing the information associated with darts, and by enabling and disabling some attributes. For that, it defines an inner class template named Dart_wrapper, with one template parameter, Map, a model of the GenericMap concept. This inner class can define the two types Dart_info and Attributes