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. |
DefaultGraphToEpsTraits | ( | const GR & | gr, |
std::ostream & | ost = std::cout , |
||
bool | pros = false |
||
) | [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 the ostream referenced by os will be explicitly deallocated by the destructor. |