CGAL 5.4 - 2D Arrangements
CGAL::IO Namespace Reference

Classes

class  Color
 

Functions

template<typename Traits , typename Dcel , typename Formatter >
std::istream & read (Arrangement_2< Traits, Dcel > &arr, std::istream &is, Formatter &formatter)
 Reads the arrangement object arr from the given input stream is using a specific input format defined by "formatter".
 
template<typename Traits , typename Dcel , typename Formatter >
std::ostream & write (const Arrangement_2< Traits, Dcel > &arr, std::ostream &os, Formatter &formatter)
 Writes the arrangement object arr into the given output stream os using a specific output format defined by formatter.
 
template<typename Traits , typename Dcel , typename WithHistoryFormatter >
std::istream & read (Arrangement_with_history_2< Traits, Dcel > &arr, std::istream &is, WithHistoryFormatter &formatter)
 Reads the arrangement-with-history object arr from the given input stream is using a specific input format defined by "formatter".
 
template<typename Traits , typename Dcel , typename WithHistoryFormatter >
std::ostream & write (const Arrangement_with_history_2< Traits, Dcel > &arr, std::ostream &os, WithHistoryFormatter &formatter)
 Writes the arrangement-with-history object arr into the given output stream os using a specific output format defined by formatter.