Template Class GraphDotOutput# Defined in File GraphDotOutput.h Class Documentation# template<class Graph>class GraphDotOutput# Public Types typedef Graph::Node GraphNode# typedef Graph::Edge GraphEdge# Public Functions inline void writeToDOTFile(const std::string &filename, const std::string &graphname)# inline GraphDotOutput(Graph &_g)# inline std::string getVertexName(typename Graph::Node *v)# get the name of a vertex inline std::string getEdgeLabel(typename Graph::Edge *e)#