Internal edge writer for graphViz file export. Includes label, color and if existent routing cost (as 'weight') and the routing cost module ID. More...
#include <RoutingGraphVisualization.h>
Public Member Functions | |
EdgeWriterGraphViz (const Graph *g) | |
template<class VertexOrEdge > | |
void | operator() (std::ostream &out, const VertexOrEdge &v) const |
Private Attributes | |
const Graph * | graph_ |
Internal edge writer for graphViz file export. Includes label, color and if existent routing cost (as 'weight') and the routing cost module ID.
Definition at line 40 of file RoutingGraphVisualization.h.
|
inlineexplicit |
Definition at line 42 of file RoutingGraphVisualization.h.
|
inline |
Definition at line 44 of file RoutingGraphVisualization.h.
|
private |
Definition at line 55 of file RoutingGraphVisualization.h.