Loading [MathJax]/extensions/TeX/AMSsymbols.js
 
CGAL 6.1 - 2D Arrangements
All Classes Namespaces Functions Typedefs Pages
Loading...
Searching...
No Matches
AosWithHistoryInputFormatter Class Reference

#include <Concepts/AosWithHistoryInputFormatter.h>

Definition

A model for the AosWithHistoryInputFormatter concept supports a set of functions that enable reading an arrangement-with-history instance from an input stream using a specific format.

Refines
AosInputFormatter
Has models
CGAL::Arr_with_history_text_formatter<ArrFormatter>

Types

typedef unspecified_type Arr_with_history_2
 the type of arrangement to input.
 
typedef Arrangement_2::Curve_2 Curve_2
 the inducing curve type.
 

Formatted Input Functions

void read_curves_begin ()
 reads a message indicating the beginning of the inducing curves.
 
void read_curves_end ()
 reads a message indicating the end of the inducing curves.
 
void read_curve_begin ()
 reads a message indicating the beginning of a single curve record.
 
void read_curve_end ()
 reads a message indicating the end of a single curve record.
 
void read_curve (Curve_2 &c)
 reads a curve.
 
void read_induced_edges_begin ()
 reads a message indicating the beginning of the set of edges induced by the current curve.
 
void read_induced_edges_end ()
 reads a message indicating the end of the induced edges set.
 

Member Typedef Documentation

◆ Arr_with_history_2

the type of arrangement to input.

◆ Curve_2

typedef Arrangement_2::Curve_2 AosWithHistoryInputFormatter::Curve_2

the inducing curve type.

Member Function Documentation

◆ read_curve()

void AosWithHistoryInputFormatter::read_curve ( Curve_2 c)

reads a curve.

◆ read_curve_begin()

void AosWithHistoryInputFormatter::read_curve_begin ( )

reads a message indicating the beginning of a single curve record.

◆ read_curve_end()

void AosWithHistoryInputFormatter::read_curve_end ( )

reads a message indicating the end of a single curve record.

◆ read_curves_begin()

void AosWithHistoryInputFormatter::read_curves_begin ( )

reads a message indicating the beginning of the inducing curves.

◆ read_curves_end()

void AosWithHistoryInputFormatter::read_curves_end ( )

reads a message indicating the end of the inducing curves.

◆ read_induced_edges_begin()

void AosWithHistoryInputFormatter::read_induced_edges_begin ( )

reads a message indicating the beginning of the set of edges induced by the current curve.

◆ read_induced_edges_end()

void AosWithHistoryInputFormatter::read_induced_edges_end ( )

reads a message indicating the end of the induced edges set.