CGAL::insert_dangling_cell_1_in_cell_2<CMap>

#include <CGAL/Combinatorial_map_operations.h>


template < class CMap >
typename CMap::Dart_handle insert_dangling_cell_1_in_cell_2 ( CMap& cm, typename CMap::Dart_handle dh)
Inserts a 1-cell in a the 2-cell containing dh, the 1-cell being attached only by one of its extremity to the 0-cell containing dh. Returns a handle on one dart belonging to the new 1-cell.
Precondition: CMap::dimension≥2 and *dhcm.darts().
See example in Figure 27.13.

See Also

CGAL::insert_cell_0_in_cell_1<CMap>
CGAL::insert_cell_0_in_cell_2<CMap>
CGAL::insert_cell_1_in_cell_2<CMap>
CGAL::insert_cell_2_in_cell_3<CMap,InputIterator>
CGAL::remove_cell<CMap,i>