CGAL 6.1 - 2D Arrangements
Loading...
Searching...
No Matches
AosWithHistoryOutputFormatter Class Reference

#include <Concepts/AosWithHistoryOutputFormatter.h>

Definition

A model for the AosWithHistoryOutputFormatter concept supports a set of functions that enable writing an arrangement-with-history instance to an output stream using a specific format.

Refines
AosOutputFormatter
Has models
CGAL::Arr_with_history_text_formatter<AosFormatter>

Types

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

Formatted Output Functions

void write_curves_begin ()
 writes a message indicating the beginning of the inducing curves.
 
void write_curves_end ()
 writes a message indicating the end of the inducing curves.
 
void write_curve_begin ()
 writes a message indicating the beginning of a single curve record.
 
void write_curve_end ()
 writes a message indicating the end of a single curve record.
 
void write_curve (const Curve_2 &c)
 writes a curve.
 
void write_induced_edges_begin ()
 writes a message indicating the beginning of the set of edges induced by the current curve.
 
void write_induced_edges_end ()
 writes a message indicating the end of the induced edges set.
 

Member Typedef Documentation

◆ Arr_with_history_2

the type of arrangement to output.

◆ Curve_2

typedef Arrangement_2::Curve_2 AosWithHistoryOutputFormatter::Curve_2

the inducing curve type.

Member Function Documentation

◆ write_curve()

void AosWithHistoryOutputFormatter::write_curve ( const Curve_2 c)

writes a curve.

◆ write_curve_begin()

void AosWithHistoryOutputFormatter::write_curve_begin ( )

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

◆ write_curve_end()

void AosWithHistoryOutputFormatter::write_curve_end ( )

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

◆ write_curves_begin()

void AosWithHistoryOutputFormatter::write_curves_begin ( )

writes a message indicating the beginning of the inducing curves.

◆ write_curves_end()

void AosWithHistoryOutputFormatter::write_curves_end ( )

writes a message indicating the end of the inducing curves.

◆ write_induced_edges_begin()

void AosWithHistoryOutputFormatter::write_induced_edges_begin ( )

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

◆ write_induced_edges_end()

void AosWithHistoryOutputFormatter::write_induced_edges_end ( )

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