CGAL::Arr_with_history_text_formatter<ArrFormatter>

Definition

Arr_with_history_text_formatter<ArrFormatter> defines the format of an arrangement in an input or output stream (typically a file stream), thus enabling reading and writing an arrangement-with-history instance using a simple text format.

The ArrFormatter parameter servers as a base class for Arr_with_history_text_formatter<ArrFormatter> and must be a model of the ArrangementInputFormatter and the ArrangementOutputFormatter concepts. It is used to read or write the base arrangement, while the derived class is reponsible for reading and writing the set of curves inducing the arrangement and maintaining the relations between these curves and the edges they induce.

#include <CGAL/IO/Arr_with_history_text_formatter.h>

Is Model for the Concepts

ArrangementWithHistoryInputFormatter
ArrangementWithHistoryOutputFormatter

See Also

read
write