CGAL 4.11 - CGAL and the Boost Graph Library
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::Linear_cell_complex_bgl_min_items Class 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