#include <CGAL/IO/Arr_iostream.h>
| ||||
|
| |||
Writes the arrangement arr into the given output stream using a specific output format. formatter, which must be a model of the ArrangementOutputFormatter, defines the output format. | ||||
| ||||
|
| |||
Writes the arrangement arr into the given output stream using the output format defined by the Arr_text_formatter class - that is, only the basic geometric and topological features of the arrangement are written, without any auxiliary data that may be attached to the DCEL features. |
#include <CGAL/IO/Arr_with_history_iostream.h>
| ||||
|
| |||
Writes the arrangement-with-history instance arr into the given output stream using a specific output format. formatter, which must be a model of the ArrWithHistoryOutputFormatter, defines the output format. | ||||
| ||||
|
| |||
Writes the arrangement-with-history instance arr into the given output stream using the default output format. |