CGAL 4.4 - Combinatorial Maps
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Combinatorial_map_min_items< d > Class Template Reference

#include <CGAL/Combinatorial_map_min_items.h>

Definition

The class Combinatorial_map_min_items is a model of the CombinatorialMapItems concept.

It 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.

Is Model Of:
CombinatorialMapItems

Example

The following example shows the implementation of the Combinatorial_map_min_items class.

template <unsigned int d>
struct Combinatorial_map_min_items
{
template <class CMap>
struct Dart_wrapper
{
typedef CGAL::cpp11::tuple<> Attributes;
};
};
See Also
Combinatorial_map<d,Items,Alloc>
Dart<d,CMap>