All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
List of all members | Public Member Functions
DefaultGraphToEpsTraits< GR > Struct Template Reference

Detailed Description

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

Default traits class of GraphToEps.

Parameters
GRis the type of the underlying graph.

#include <lemon/graph_to_eps.h>

Public Member Functions

 DefaultGraphToEpsTraits (const GR &gr, std::ostream &ost=std::cout, bool pros=false)
 Constructor.
 

Constructor & Destructor Documentation

DefaultGraphToEpsTraits ( const GR &  gr,
std::ostream &  ost = std::cout,
bool  pros = false 
)
inline

Constructor

Parameters
grReference to the graph to be printed.
ostReference to the output stream. By default, it is std::cout.
prosIf it is true, then the ostream referenced by os will be explicitly deallocated by the destructor.