CGAL::make_edge<CMap>

#include <CGAL/Combinatorial_map_constructors.h>


template < class CMap >
typename CMap::Dart_handle make_edge ( CMap& cm) Creates an isolated edge (two darts linked by β2) and adds it in cm. Returns a handle on one dart of this edge.
Precondition: CMap::dimension≥2.

See Also

CGAL::make_combinatorial_polygon<CMap>
CGAL::make_combinatorial_tetrahedron<CMap>
CGAL::make_combinatorial_hexahedron<CMap>