CGAL 5.1 - 2D Arrangements
|
#include <Concepts/ArrangementWithHistoryInputFormatter.h>
A model for the ArrangementWithHistoryInputFormatter
concept supports a set of functions that enable reading an arrangement-with-history instance from an input 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 input. More... | |
typedef Arrangement_2::Curve_2 | Curve_2 |
the inducing curve type. More... | |
Formatted Input Functions | |
void | read_curves_begin () |
reads a message indicating the beginning of the inducing curves. More... | |
void | read_curves_end () |
reads a message indicating the end of the inducing curves. More... | |
void | read_curve_begin () |
reads a message indicating the beginning of a single curve record. More... | |
void | read_curve_end () |
reads a message indicating the end of a single curve record. More... | |
void | read_curve (Curve_2 &c) |
reads a curve. More... | |
void | read_induced_edges_begin () |
reads a message indicating the beginning of the set of edges induced by the current curve. More... | |
void | read_induced_edges_end () |
reads a message indicating the end of the induced edges set. More... | |
typedef unspecified_type ArrangementWithHistoryInputFormatter::Arr_with_history_2 |
the type of arrangement to input.
typedef Arrangement_2::Curve_2 ArrangementWithHistoryInputFormatter::Curve_2 |
the inducing curve type.
void ArrangementWithHistoryInputFormatter::read_curve | ( | Curve_2 & | c | ) |
reads a curve.
void ArrangementWithHistoryInputFormatter::read_curve_begin | ( | ) |
reads a message indicating the beginning of a single curve record.
void ArrangementWithHistoryInputFormatter::read_curve_end | ( | ) |
reads a message indicating the end of a single curve record.
void ArrangementWithHistoryInputFormatter::read_curves_begin | ( | ) |
reads a message indicating the beginning of the inducing curves.
void ArrangementWithHistoryInputFormatter::read_curves_end | ( | ) |
reads a message indicating the end of the inducing curves.
void ArrangementWithHistoryInputFormatter::read_induced_edges_begin | ( | ) |
reads a message indicating the beginning of the set of edges induced by the current curve.
void ArrangementWithHistoryInputFormatter::read_induced_edges_end | ( | ) |
reads a message indicating the end of the induced edges set.