Template Class EdgeWriterGraphViz

Class Documentation

template<class Graph>
class EdgeWriterGraphViz

Internal edge writer for graphViz file export. Includes label, color and if existent routing cost (as ‘weight’) and the routing cost module ID.

Public Functions

inline explicit EdgeWriterGraphViz(const Graph *g)
template<class VertexOrEdge>
inline void operator()(std::ostream &out, const VertexOrEdge &v) const