BWAPI
Functions
SPAR/AIModule/BWTA/vendors/CGAL/CGAL/IO/Arr_iostream.h File Reference
#include <CGAL/Arrangement_on_surface_2.h>
#include <CGAL/IO/Arr_text_formatter.h>
#include <CGAL/IO/Arrangement_2_writer.h>
#include <CGAL/IO/Arrangement_2_reader.h>
#include <iostream>
Include dependency graph for Arr_iostream.h:

Go to the source code of this file.

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)

Detailed Description

Definition of the I/O operators for the class-template Arrangement_on_surface_2<GeomTraits,TopTraits>.


Function Documentation

template<class GeomTraits , class TopTraits >
std::ostream& operator<< ( std::ostream &  os,
const Arrangement_on_surface_2< GeomTraits, TopTraits > &  arr 
)

Output operator (importer).

Parameters:
osThe output stream.
arrThe arrangement.
template<class GeomTraits , class TopTraits >
std::istream& operator>> ( std::istream &  is,
Arrangement_on_surface_2< GeomTraits, TopTraits > &  arr 
)

Output operator (exporter).

Parameters:
isThe input stream.
arrThe arrangement.
template<class GeomTraits , class TopTraits , class Formatter >
std::istream& read ( Arrangement_on_surface_2< GeomTraits, TopTraits > &  arr,
std::istream &  is,
Formatter &  format 
)

Read an arrangement from an input stream using a given formatter.

Parameters:
arrThe arrangement.
osThe output stream.
formatThe formatter.

Here is the caller graph for this function:

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 
)

Write an arrangement to an output stream using a given formatter.

Parameters:
arrThe arrangement.
osThe output stream.
formatThe formatter.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines