The function write writes a given arrangement into a given output stream using a specific output format.
#include <CGAL/IO/Arr_iostream.h>
template<typename Traits, typename Dcel, typename Formatter> | ||
std::ostream& | write ( Arrangement_2<Traits,Dcel> arr, std::ostream& os, Formatter& formatter) |
#include <CGAL/IO/Arr_with_history_iostream.h>
template<typename Traits, typename Dcel, typename WithHistoryFormatter> | ||||
std::ostream& |
|