CGAL 5.6.1 - Linear Cell Complex

Concepts

conceptCellAttributeWithPoint
 The concept CellAttributeWithPoint is a refinement of the CellAttribute concept, to represent a cell attribute containing a point. More...
 
conceptLinearCellComplex
 The concept LinearCellComplex represents a linear cell complex in dimension d, in an ambient space of dimension d2. This is a model of the concept of GenericMap adding a requirement to ensure that each vertex of the map is associated with a model of CellAttributeWithPoint. More...
 
conceptLinearCellComplexItems
 The concept LinearCellComplexItems refines the concept of GenericMapItems by adding the requirement that 0-attributes are enabled, and associated with attributes that are models of the CellAttributeWithPoint concept. More...
 
conceptLinearCellComplexTraits
 Required types and functors for the LinearCellComplexTraits concept. This geometric traits concept is used in the Linear_cell_complex_for_combinatorial_map and Linear_cell_complex_for_generalized_map classes. More...