Default traits class of GraphToEps.
| GR | is 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.  More... | |
| 
 | inline | 
Constructor
| 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 theostreamreferenced byoswill be explicitly deallocated by the destructor. | 
 1.8.5
 1.8.5