G is the type of the underlying graph. #include <lemon/graph_to_eps.h>
| Public Member Functions | |
| DefaultGraphToEpsTraits (const G &_g, std::ostream &_os=std::cout, bool _pros=false) | |
| Constructor. | |
| DefaultGraphToEpsTraits | ( | const G & | _g, | |
| std::ostream & | _os = std::cout, | |||
| bool | _pros = false | |||
| ) |  [inline] | 
Constructor
| _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 theostreamreferenced by_oswill be explicitly deallocated by the destructor. By default it isstd::cout | 
 1.5.9
 1.5.9