CGAL::make_combinatorial_polygon<CMap>

#include <CGAL/Combinatorial_map_constructors.h>


template < class CMap >
typename CMap::Dart_handle make_combinatorial_polygon ( CMap& cm, unsigned int lg)
Creates a combinatorial polygon of length lg (lg darts linked by β1), and adds it in cm. Returns a handle on one dart of this combinatorial polygon.
Precondition: CMap::dimension≥1 and lg>0.

See Also

CGAL::make_edge<CMap>
CGAL::make_combinatorial_tetrahedron<CMap>
CGAL::make_combinatorial_hexahedron<CMap>