CGAL 4.8.1 - Linear Cell Complex
|
#include <CGAL/Linear_cell_complex_min_items.h>
The class Linear_cell_complex_min_items
defines the type of darts, which is a Dart_wrapper::Dart<d,LCC>, and the traits class used.
In this class, 0-attributes are enabled and associated with Cell_attribute_with_point
.
d | the dimension of the combinatorial map. |
Example
The following example shows one implementation of the Linear_cell_complex_min_items
class.
CGAL::Linear_cell_complex<d,d2,LCCTraits,Items,Alloc>
CGAL::Dart<d,CMap>