CGAL 5.1.3 - Surface Mesh Topology

Concepts

conceptPolygonalSchema
 The concept PolygonalSchema defines a 2D polygonal schema, i.e. a combinatorial surface with labeled edges. A PolygonalSchema is created incrementally by adding facets one at a time. A label is any word, that does not contain a space. More...
 
conceptPolygonalSchemaItems
 The concept PolygonalSchemaItems allows to customize a PolygonalSchema by choosing the information associated with darts, and by enabling and disabling some attributes. Dart_wrapper<Map>::Dart_info, should be a class having a public data member std::string m_label. More...
 
conceptWeightFunctor
 The concept WeightFunctor defines a functor to calculate the weight of an edge. More...