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