Functions |
| template<class GeomTraits , class TopTraits , class Formatter > |
| CGAL_BEGIN_NAMESPACE std::ostream & | write (const Arrangement_on_surface_2< GeomTraits, TopTraits > &arr, std::ostream &os, Formatter &format) |
| template<class GeomTraits , class TopTraits > |
| std::ostream & | operator<< (std::ostream &os, const Arrangement_on_surface_2< GeomTraits, TopTraits > &arr) |
| template<class GeomTraits , class TopTraits , class Formatter > |
| std::istream & | read (Arrangement_on_surface_2< GeomTraits, TopTraits > &arr, std::istream &is, Formatter &format) |
| template<class GeomTraits , class TopTraits > |
| std::istream & | operator>> (std::istream &is, Arrangement_on_surface_2< GeomTraits, TopTraits > &arr) |
Definition of the I/O operators for the class-template Arrangement_on_surface_2<GeomTraits,TopTraits>.