Enumerations | |
enum class | Attribute { NodeLabel = 0 , EdgeLabel , X , Y , Z , Width , Height , Size , Shape , NodeLabelX , NodeLabelY , NodeLabelZ , NodeStrokeColor , NodeStrokeType , NodeStrokeWidth , EdgeStrokeColor , EdgeStrokeType , EdgeStrokeWidth , ClusterStroke , NodeFillPattern , NodeFillBackground , R , G , B , NodeWeight , EdgeWeight , NodeType , EdgeType , NodeId , Template , EdgeArrow , EdgeSubGraph , EdgeBends , Unknown } |
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 |
Graph::EdgeType ogdf::graphml::toEdgeType | ( | const std::string & | str | ) |
Graph::NodeType ogdf::graphml::toNodeType | ( | const std::string & | str | ) |
std::string ogdf::graphml::toString | ( | const Graph::EdgeType & | type | ) |
std::string ogdf::graphml::toString | ( | const Graph::NodeType & | type | ) |