The function operator<< inserts an object into a given output stream.
#include <CGAL/IO/Arr_iostream.h>
| ||
|
|
#include <CGAL/IO/Arr_with_history_iostream.h>
| ||
|
|
Inserts an arrangement into a given Postscript stream. Only the basic geometric and topological features of the arrangement are written. Auxiliary data that might be attached to the DCEL features is lost.
#include <CGAL/IO/Arr_postscript_file_stream.h>
| ||
|
|
Inserts a polyline into a given Postscript stream. Only the basic geometric and topological features of the polylines are written. Auxiliary data that might be attached is lost.
#include <CGAL/IO/Polyline_2_postscript_file_stream.h>
| ||
|
|
Inserts a polyline into a given Qt_widget stream. Only the basic geometric and topological features of the polylines are written. Auxiliary data that might be attached is lost.
#include <CGAL/IO/Qt_widget_Polyline_2.h>
| ||
|
|
Inserts a conic arc into a given Qt_widget stream. Only the basic geometric and topological features of the conic arcs are written. Auxiliary data that might be attached is lost.
#include <CGAL/IO/Qt_widget_Conic_arc_2.h>
| ||
|
|