GML 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.
Classes | |
struct | std::hash< ogdf::gml::Key > |
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
namespace | ogdf::gml |
namespace | std |
Functions | |
EdgeArrow | ogdf::gml::toArrow (const std::string &str) |
Key | ogdf::gml::toKey (const std::string &str) |
Graph::NodeType | ogdf::gml::toNodeType (const std::string &str) |
std::string | ogdf::gml::toString (const EdgeArrow &arrow) |
std::string | ogdf::gml::toString (const Graph::NodeType &type) |
std::string | ogdf::gml::toString (const Key &attr) |
GML related enums and string conversion functions.
Definition in file GML.h.