CGAL::is_insertable_cell_1_in_cell_2<CMap>

#include <CGAL/Combinatorial_map_operations.h>


template < class CMap >
bool
is_insertable_cell_1_in_cell_2 ( CMap cm,
typename CMap::Dart_const_handle dh1,
typename CMap::Dart_const_handle dh2)
Returns true iff it is possible to insert a 1-cell in cm between dh1 and dh2, i.e. if dh1dh2 and dh1∈⟨β1⟩(dh2).
Precondition: CMap::dimension≥2, *dh1cm.darts(), and *dh2cm.darts().

See Also

CGAL::insert_cell_1_in_cell_2<CMap>
CGAL::is_insertable_cell_2_in_cell_3<CMap,InputIterator>