CGAL 5.4.5 - Surface Mesh Topology
|
Concepts | |
concept | PolygonalSchema |
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... | |
concept | PolygonalSchemaItems |
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... | |
concept | WeightFunctor |
The concept WeightFunctor defines a functor to calculate the weight of an edge. More... | |