Functions | |
EdgeArrow | toArrow (const std::string &str) |
Attribute | toAttribute (const std::string &str) |
Graph::EdgeType | toEdgeType (const std::string &str) |
Graph::NodeType | toNodeType (const std::string &str) |
Shape | toShape (const std::string &str) |
std::string | toString (const Attribute &attr) |
std::string | toString (const EdgeArrow &arrow) |
std::string | toString (const Graph::EdgeType &type) |
std::string | toString (const Graph::NodeType &type) |
std::string | toString (const Shape &shape) |
|
strong |
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 | ) |