DefaultGraphToEpsTraits Struct Template Reference

#include <lemon/graph_to_eps.h>

List of all members.


Detailed Description

template<class G>
struct lemon::DefaultGraphToEpsTraits< G >

Default traits class of GraphToEps

G is the type of the underlying graph.


Public Member Functions

 DefaultGraphToEpsTraits (const G &_g, std::ostream &_os=std::cout, bool _pros=false)
 Constructor.


Constructor & Destructor Documentation

DefaultGraphToEpsTraits const G &  _g,
std::ostream &  _os = std::cout,
bool  _pros = false
[inline]
 

Constructor

Parameters:
_g is a reference to the graph to be printed
_os is a reference to the output stream.
_os is a reference to the output stream.
_pros If it is true, then the ostream referenced by _os will be explicitly deallocated by the destructor. By default it is std::cout


The documentation for this struct was generated from the following file:
Generated on Fri Feb 3 18:41:36 2006 for LEMON by  doxygen 1.4.6