CGAL 6.0 - Linear Cell Complex
Loading...
Searching...
No Matches
CGAL::Linear_cell_complex_min_items Struct Reference

#include <CGAL/Linear_cell_complex_min_items.h>

Definition

The class Linear_cell_complex_min_items defines void as the information associated with darts, and the attributes used.

In this class, 0-attributes are enabled and associated with Cell_attribute_with_point.

Is model of
LinearCellComplexItems

Example

The following example shows one implementation of the Linear_cell_complex_min_items class.

{
template <class LCC>
struct Dart_wrapper
{
typedef CGAL::Cell_attribute_with_point<LCC> Vertex_attrib;
typedef std::tuple<Vertex_attrib> Attributes;
};
};
The class Cell_attribute_with_point represents an attribute containing a point and containing an info...
Definition: Cell_attribute_with_point.h:23
The class Linear_cell_complex_min_items defines void as the information associated with darts,...
Definition: Linear_cell_complex_min_items.h:33
See also
CGAL::Linear_cell_complex_for_combinatorial_map<d,d2,LCCTraits,Items,Alloc>
CGAL::Linear_cell_complex_for_generalized_map<d,d2,LCCTraits,Items,Alloc>