GraphML related enums and string conversion functions. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphAttributes.h>
#include <ogdf/basic/HashArray.h>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
namespace | 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.