CGAL 6.1 - 2D Arrangements
Loading...
Searching...
No Matches

Functions

template<typename Traits , typename Dcel >
std::istream & CGAL::operator>> (std::istream &is, Arrangement_2< Traits, Dcel > &arr)
 Extracts an arrangement from a given input stream using the input format defined by the Arr_text_formatter class - that is, only the basic geometric and topological features of the arrangement are read and no auxiliary data is attached to the Dcel features.
 
template<typename Traits , typename Dcel >
std::istream & CGAL::operator>> (std::istream &is, Arrangement_with_history_2< Traits, Dcel > &arr)
 extracts an arrangement-with-history from a given input stream using the default input format.
 

Function Documentation

◆ operator>>() [1/2]

template<typename Traits , typename Dcel >
std::istream & CGAL::operator>> ( std::istream &  is,
Arrangement_2< Traits, Dcel > &  arr 
)

#include <CGAL/IO/Arr_iostream.h>

Extracts an arrangement from a given input stream using the input format defined by the Arr_text_formatter class - that is, only the basic geometric and topological features of the arrangement are read and no auxiliary data is attached to the Dcel features.

◆ operator>>() [2/2]

template<typename Traits , typename Dcel >
std::istream & CGAL::operator>> ( std::istream &  is,
Arrangement_with_history_2< Traits, Dcel > &  arr 
)

#include <CGAL/IO/Arr_with_history_iostream.h>

extracts an arrangement-with-history from a given input stream using the default input format.