CGAL::insert_x_monotone_curves

Definition

The function insert_x_monotone_curves inserts a set of x-monotone curves in a given range into a given arrangement. The insertion is performed in an aggregated manner, using the sweep-line algorithm.

#include <CGAL/Arrangement_2.h>

template<typename Traits, typename Dcel, typename InputIterator>
void
insert_x_monotone_curves ( Arrangement_2<Traits,Dcel>& arr,
InputIterator first,
InputIterator last)

Requirements