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.
| |
the type of arrangement to output.
|
| ||
| the inducing curve type. |
|
| writes a message indicating the beginning of the inducing curves. |
|
| writes a message indicating the end of the inducing curves. |
|
| writes a message indicating the beginning of a single curve record. |
|
| writes a message indicating the end of a single curve record. |
|
| writes a curve. |
|
| writes a message indicating the beginning of the set of edges induced by the current curve. |
|
| writes a message indicating the end of the induced edges set. |
Arr_with_history_text_formatter<ArrFormatter>