GraphDotOutput::getVertexName
Get the vertex label text.
Synopsis
Declared in <graphs/GraphDotOutput.h>
std::string
getVertexName(Graph::Node* v);
Return Value
Escaped vertex label.
Parameters
Name |
Description |
v |
Vertex to label. |
Created with MrDocs