\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.8.2 - 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>