CGAL 5.1 - 2D Arrangements
|
#include <Concepts/ArrangementWithHistoryOutputFormatter.h>
A model for the ArrangementWithHistoryOutputFormatter
concept supports a set of functions that enable writing an arrangement-with-history instance to an output stream using a specific format.
CGAL::Arr_with_history_text_formatter<ArrFormatter>
Types | |
typedef unspecified_type | Arr_with_history_2 |
the type of arrangement to output. More... | |
typedef Arrangement_2::Curve_2 | Curve_2 |
the inducing curve type. More... | |
Formatted Output Functions | |
void | write_curves_begin () |
writes a message indicating the beginning of the inducing curves. More... | |
void | write_curves_end () |
writes a message indicating the end of the inducing curves. More... | |
void | write_curve_begin () |
writes a message indicating the beginning of a single curve record. More... | |
void | write_curve_end () |
writes a message indicating the end of a single curve record. More... | |
void | write_curve (const Curve_2 &c) |
writes a curve. More... | |
void | write_induced_edges_begin () |
writes a message indicating the beginning of the set of edges induced by the current curve. More... | |
void | write_induced_edges_end () |
writes a message indicating the end of the induced edges set. More... | |
typedef unspecified_type ArrangementWithHistoryOutputFormatter::Arr_with_history_2 |
the type of arrangement to output.
typedef Arrangement_2::Curve_2 ArrangementWithHistoryOutputFormatter::Curve_2 |
the inducing curve type.
void ArrangementWithHistoryOutputFormatter::write_curve | ( | const Curve_2 & | c | ) |
writes a curve.
void ArrangementWithHistoryOutputFormatter::write_curve_begin | ( | ) |
writes a message indicating the beginning of a single curve record.
void ArrangementWithHistoryOutputFormatter::write_curve_end | ( | ) |
writes a message indicating the end of a single curve record.
void ArrangementWithHistoryOutputFormatter::write_curves_begin | ( | ) |
writes a message indicating the beginning of the inducing curves.
void ArrangementWithHistoryOutputFormatter::write_curves_end | ( | ) |
writes a message indicating the end of the inducing curves.
void ArrangementWithHistoryOutputFormatter::write_induced_edges_begin | ( | ) |
writes a message indicating the beginning of the set of edges induced by the current curve.
void ArrangementWithHistoryOutputFormatter::write_induced_edges_end | ( | ) |
writes a message indicating the end of the induced edges set.