CGAL 5.4 - Surface Mesh Topology
CGAL::Surface_mesh_topology::Polygonal_schema_with_combinatorial_map< Items, Alloc > Class Template Reference

#include <CGAL/Polygonal_schema.h>

Inherits from

CGAL::Combinatorial_map< 2, Items, Alloc >.

Definition

The class Polygonal_schema_with_combinatorial_map is a model of PolygonalSchema using Combinatorial_map as underlying model.

Template Parameters
Itemsa model of the PolygonalSchemaItems concept. Equal to Polygonal_schema_min_items by default.
Allochas to match the standard allocator requirements. The rebind mechanism Alloc will be used to create appropriate allocators internally with value type Dart. Equal to CGAL_ALLOCATOR(int) from <CGAL/memory.h> by default.
Examples:
Surface_mesh_topology/path_homotopy_with_symbols.cpp, and Surface_mesh_topology/path_homotopy_with_symbols_2.cpp.

Additional Inherited Members

- Public Types inherited from CGAL::Combinatorial_map< 2, Items, Alloc >
typedef Combinatorial_map< 2, Items, Alloc > Self
 
typedef Items::Dart_wrapper< Self >::Dart_info Dart_info
 
typedef Items::Dart_wrapper< Self >::Attributes Attributes
 
- Static Public Attributes inherited from CGAL::Combinatorial_map< 2, Items, Alloc >
static const unsigned int dimension