![]() |
The function read reads a given arrangement from a given input stream using a specific input format.
#include <CGAL/IO/Arr_iostream.h>
| template<typename Traits, typename Dcel, typename Formatter> | ||
| std::istream& | read ( Arrangement_2<Traits,Dcel>& arr, std::istream& is, Formatter& formatter) | |
#include <CGAL/IO/Arr_with_history_iostream.h>
| template<typename Traits, typename Dcel, typename WithHistoryFormatter> | ||||
| std::istream& |
| |||