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