Classes | |
| struct | Object |
| Represents node in GML parse tree. More... | |
| class | Parser |
| Reads GML file and constructs GML parse tree. More... | |
Enumerations | |
| enum class | Key { Id , Label , Creator , Name , Graph , Version , Directed , Node , Edge , Graphics , X , Y , Z , W , H , Type , Width , Source , Target , Arrow , Outline , Point , Bends , Generalization , SubGraph , Fill , FillBg , Cluster , Root , Vertex , Color , Height , Stipple , Pattern , LineWidth , Template , Weight , EdgeIntWeight , Unknown } |
| enum class | ObjectType { IntValue , DoubleValue , StringValue , ListBegin , ListEnd , Key , Eof , Error } |
Functions | |
| EdgeArrow | toArrow (const std::string &str) |
| Key | toKey (const std::string &str) |
| Graph::NodeType | toNodeType (const std::string &str) |
| std::string | toString (const EdgeArrow &arrow) |
| std::string | toString (const Graph::NodeType &type) |
| std::string | toString (const Key &attr) |
|
strong |
|
strong |
| 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 | ) |