Definition in file graph_to_eps.h.
#include <sys/time.h>
#include <time.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include <algorithm>
#include <vector>
#include <lemon/xy.h>
#include <lemon/maps.h>
#include <lemon/bezier.h>
Include dependency graph for graph_to_eps.h:
Go to the source code of this file.
Namespaces | |
namespace | lemon |
Functions | |
template<class G> | |
GraphToEps< DefaultGraphToEpsTraits< G > > | graphToEps (G &g, std::ostream &os=std::cout) |
Generates an EPS file from a graph. | |
template<class G> | |
GraphToEps< DefaultGraphToEpsTraits< G > > | graphToEps (G &g, const char *file_name) |
Generates an EPS file from a graph. |