Processing math: 100%
CGAL 4.5 - 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]
oNCGAL
|oCCell_attributeThe class Cell_attribute represents an attribute containing (or not) an information
|oCCombinatorial_mapThe class Combinatorial_map represents a dD combinatorial map
|oCCombinatorial_map_min_itemsThe class Combinatorial_map_min_items is a model of the CombinatorialMapItems concept
|\CDartThe class Dart represents a dD dart
oCCellAttributeThe 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
oCCombinatorialMapThe concept CombinatorialMap defines a d-dimensional combinatorial map
oCCombinatorialMapItemsThe 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
\CDartThe concept Dart defines a d-dimensional dart. A dart mainly stores handles to the darts linked with itself by βi, i, 0 i d. Moreover, it stores also handles to each non void attribute associated with itself