DOT 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::dot |
Functions | |
EdgeArrow | ogdf::dot::toArrow (const std::string &str) |
Attribute | ogdf::dot::toAttribute (const std::string &str) |
Graph::EdgeType | ogdf::dot::toEdgeType (const std::string &str) |
Shape | ogdf::dot::toShape (const std::string &str) |
std::string | ogdf::dot::toString (const Attribute &attr) |
std::string | ogdf::dot::toString (const EdgeArrow &arrow) |
std::string | ogdf::dot::toString (const Graph::EdgeType &type) |
std::string | ogdf::dot::toString (const Shape &shape) |
DOT related enums and string conversion functions.
Definition in file DOT.h.