CGAL 6.0.1 - Surface Mesh Topology
|
#include <CGAL/Polygonal_schema.h>
CGAL::Generalized_map< 2, Items, Alloc >.
The class Polygonal_schema_with_generalized_map
is a model of PolygonalSchema
using Generalized_map
as underlying model.
Items | a model of the PolygonalSchemaItems concept. Equal to Polygonal_schema_min_items by default. |
Alloc | has 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. |
Additional Inherited Members | |
Public Types inherited from CGAL::Generalized_map< 2, Items, Alloc > | |
typedef Generalized_map< d, 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::Generalized_map< 2, Items, Alloc > | |
static const unsigned int | dimension |