CGAL 5.2.2 - 2D Arrangements
|
Functions | |
template<typename Traits , typename Dcel > | |
std::ostream & | CGAL::operator<< (std::ostream &os, const Arrangement_2< Traits, Dcel > &arr) |
Inserts the arrangement object arr into the output stream os using the output format defined by the Arr_text_formatter class. More... | |
template<typename Traits , typename Dcel > | |
std::ostream & | CGAL::operator<< (std::ostream &os, const Arrangement_with_history_2< Traits, Dcel > &arr) |
Inserts the arrangement-with-history object arr into the output stream os using the output format defined by the Arr_with_history_text_formatter class. More... | |
std::ostream& CGAL::operator<< | ( | std::ostream & | os, |
const Arrangement_with_history_2< Traits, Dcel > & | arr | ||
) |
#include <CGAL/IO/Arr_with_history_iostream.h>
Inserts the arrangement-with-history object arr
into the output stream os
using the output format defined by the Arr_with_history_text_formatter
class.
Only the basic geometric and topological features of the arrangement are inserted. Auxiliary data that may be attached to the Dcel features is ignored.
std::ostream& CGAL::operator<< | ( | std::ostream & | os, |
const Arrangement_2< Traits, Dcel > & | arr | ||
) |
#include <CGAL/IO/Arr_iostream.h>
Inserts the arrangement object arr
into the output stream os
using the output format defined by the Arr_text_formatter
class.
Only the basic geometric and topological features of the arrangement are inserted. Auxiliary data that may be attached to the Dcel features is ignored.