CGAL 5.2.2 - Combinatorial Maps
|
#include <CGAL/Combinatorial_map_min_items.h>
The class Combinatorial_map_min_items
defines the type of darts which is a Dart<d,CMap>
.
The Combinatorial_map_min_items
has a template argument for the dimension of the combinatorial map. In this class, no attribute is enabled.
d | the dimension of the combinatorial map. |
Generic_map_min_items
instead, where the Dart
type is no more defined, but replaced by the Dart_info
type. CGAL_CMAP_DART_DEPRECATED
can be defined to keep the old behavior.Example
The following example shows the implementation of the Combinatorial_map_min_items
class.
Generic_map_items