/*! \ingroup PkgLinearCellComplexConcepts \cgalConcept The concept `LinearCellComplexItems` refines the concept of `CombinatorialMapItems` by adding the requirement that 0-attributes are enabled, and associated with attributes that are models of the `CellAttributeWithPoint` concept. \cgalRefines `CombinatorialMapItems` \cgalRequires The first type in \ref CombinatorialMapItems::Dart_wrapper "Attributes" must be a model of the `CellAttributeWithPoint` concept. \cgalHasModel \ref CGAL::Linear_cell_complex_min_items "CGAL::Linear_cell_complex_min_items" \sa `CGAL::Linear_cell_complex` \sa `CellAttributeWithPoint` \sa `CGAL::Dart` */ class LinearCellComplexItems { public: /// @} }; /* end LinearCellComplexItems */