CGAL 6.3 - 1D Arrangements
Loading...
Searching...
No Matches

Functions

template<typename GeometryTraits_1, typename TopologyTraits>
std::ostream & CGAL::Arrangement_on_curve_1::operator<< (std::ostream &os, const Arrangement_on_curve_1< GeometryTraits_1, TopologyTraits > &arr)
 Inserts the arrangement object arr into the output stream os.

Function Documentation

◆ operator<<()

template<typename GeometryTraits_1, typename TopologyTraits>
std::ostream & CGAL::Arrangement_on_curve_1::operator<< ( std::ostream & os,
const Arrangement_on_curve_1< GeometryTraits_1, TopologyTraits > & arr )

#include <CGAL/IO/iostream.h>

Inserts the arrangement object arr into the output stream os.

Only the basic geometric and topological features of the arrangement are inserted. Auxiliary data that may be attached to the vertices and edges is ignored.