\( \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.14 - CGAL and the Boost Graph Library
CGAL::Linear_cell_complex_bgl_min_items Struct Reference

#include <CGAL/Linear_cell_complex_bgl_min_items.h>

Definition

The class Linear_cell_complex_bgl_min_items defines void as the information associated with darts, darts have ids and 0- and 2-attributes are enabled and have ids.

Is Model Of:
LinearCellComplexItems

Example

The following example shows one implementation of the Linear_cell_complex_bgl_min_items class.

struct Linear_cell_complex_bgl_min_items
{
template <class LCC>
struct Dart_wrapper
{
typedef CGAL::Tag_true Darts_with_id;
typedef CGAL::Cell_attribute_with_id<LCC> Face_attrib;
};
};
See also
CGAL::Linear_cell_complex_min_item