Includes declaration of graph class.
NodeType
The type of nodes.
EdgeType
The type of edges (only used in derived classes).
Declaration of basic types for graphics.
Shape
Types for node shapes.
EdgeArrow
Types for edge arrows.
Graph::NodeType toNodeType(const std::string &str)
Shape toShape(const std::string &str)
Attribute toAttribute(const std::string &str)
EdgeArrow toArrow(const std::string &str)
Graph::EdgeType toEdgeType(const std::string &str)
std::string toString(const Attribute &attr)
The namespace for all OGDF objects.