GraphML related enums and string conversion functions. More...
Go to the source code of this file.
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
ogdf::graphml | |
Functions | |
EdgeArrow | ogdf::graphml::toArrow (const std::string &str) |
Attribute | ogdf::graphml::toAttribute (const std::string &str) |
Graph::EdgeType | ogdf::graphml::toEdgeType (const std::string &str) |
Graph::NodeType | ogdf::graphml::toNodeType (const std::string &str) |
Shape | ogdf::graphml::toShape (const std::string &str) |
std::string | ogdf::graphml::toString (const Attribute &attr) |
std::string | ogdf::graphml::toString (const EdgeArrow &arrow) |
std::string | ogdf::graphml::toString (const Graph::EdgeType &type) |
std::string | ogdf::graphml::toString (const Graph::NodeType &type) |
std::string | ogdf::graphml::toString (const Shape &shape) |
GraphML related enums and string conversion functions.
Definition in file GraphML.h.