CGAL 5.4 - 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;
typedef std::tuple<Vertex_attrib, void, Face_attrib> Attributes;
};
};
See also
CGAL::Linear_cell_complex_min_item