DefaultGraphToEpsTraits< GR > Struct Template Reference
Detailed Description
template<class GR>
struct lemon::DefaultGraphToEpsTraits< GR >
Default traits class of GraphToEps.
- Parameters:
-
| GR | is the type of the underlying graph. |
#include <lemon/graph_to_eps.h>
List of all members.
Public Member Functions |
| DefaultGraphToEpsTraits (const GR &gr, std::ostream &ost=std::cout, bool pros=false) |
| Constructor.
|
Constructor & Destructor Documentation
Constructor
- Parameters:
-
| gr | Reference to the graph to be printed. |
| ost | Reference to the output stream. By default it is std::cout . |
| pros | If it is true , then the ostream referenced by os will be explicitly deallocated by the destructor. |