IO Streams
Reference Manual
Andreas Fabri, Geert-Jan Giezeman, and Lutz Kettner
All classes in the Cgal kernel provide input and output operators for
IO streams.
Cgal provides three different printing mode, defined in the enum
Mode, as well as different functions to set and get
the printing mode.
77.6 Classified Reference Pages
Enum
CGAL::Mode
Functions
CGAL::get_mode
CGAL::is_ascii
CGAL::is_binary
CGAL::is_pretty
CGAL::set_mode
CGAL::set_ascii_mode
CGAL::set_binary_mode
CGAL::set_pretty_mode
CGAL::operator>>
CGAL::operator<<
CGAL::iformat
CGAL::oformat
Classes
CGAL::Color
CGAL::Istream_iterator<T,Stream>
CGAL::Ostream_iterator<T,Stream>
CGAL::Verbose_ostream
CGAL::Input_rep<T,F>
CGAL::Output_rep<T,F>
77.7 Alphabetical List of Reference Pages