Template Class EdgeWriterGraphViz
Defined in File RoutingGraphVisualization.h
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
-
template<class VertexOrEdge>
inline void operator()(std::ostream &out, const VertexOrEdge &v) const
-
template<class VertexOrEdge>