CGAL 5.2 - 2D Arrangements

Modules

 CGAL::read()
 Reads a given arrangement from a given input stream using a specific input format.
 
 CGAL::write()
 Writes a given arrangement into a given output stream using a specific output format.
 
 operator<<
 
 operator>>
 

Classes

class  CGAL::Arr_extended_dcel_text_formatter< Arrangement >
 Arr_extended_dcel_text_formatter defines the format of an arrangement in an input or output stream (typically a file stream), thus enabling reading and writing an Arrangement instance using a simple text format. More...
 
class  CGAL::Arr_face_extended_text_formatter< Arrangement >
 Arr_face_extended_text_formatter defines the format of an arrangement in an input or output stream (typically a file stream), thus enabling reading and writing an Arrangement instance using a simple text format. More...
 
class  CGAL::Arr_text_formatter< Arrangement >
 Arr_text_formatter defines the format of an arrangement in an input or output stream (typically a file stream), thus enabling reading and writing an Arrangement instance using a simple text format. More...
 
class  CGAL::Arr_with_history_text_formatter< ArrFormatter >
 Arr_with_history_text_formatter defines the format of an arrangement in an input or output stream (typically a file stream), thus enabling reading and writing an arrangement-with-history instance using a simple text format. More...