CGAL 5.4 - Surface Mesh Topology
CGAL::Surface_mesh_topology::Polygonal_schema_min_items Struct Reference

#include <CGAL/Polygonal_schema_min_items.h>

Definition

The class Polygonal_schema_min_items defines a struct with a std::string as the information associated with darts, and no attribute is enabled.

Is Model Of:
PolygonalSchemaItems

Example

The following example shows one implementation of the Polygonal_schema_min_items class.

struct Polygonal_schema_min_items
{
template <class PS>
struct Dart_wrapper
{
struct Info_for_darts
{ std::string m_label; };
typedef Info_for_darts Dart_info;
};
};
See also
CGAL::Surface_mesh_topology::Polygonal_schema_with_combinatorial_map<Items,Alloc>
CGAL::Surface_mesh_topology::Polygonal_schema_with_generalized_map<Items,Alloc>