Classes | |
| class | Parser |
Enumerations | |
| enum class | EdgeAttribute { Label = 0 , Source , Target , Weight , Directed , Color , Bends , Unknown } |
| enum class | NodeAttribute { Name = 0 , Label , X , Y , Z , FillColor , FillPattern , StrokeColor , StrokeType , StrokeWidth , Shape , Width , Height , Template , Weight , FillBgColor , Unknown } |
Functions | |
| EdgeAttribute | toEdgeAttribute (const std::string &str) |
| NodeAttribute | toNodeAttribute (const std::string &str) |
| Shape | toShape (const std::string &str) |
| std::string | toString (const EdgeAttribute &attr) |
| std::string | toString (const NodeAttribute &attr) |
| std::string | toString (const Shape &shape) |
|
strong |
|
strong |
| EdgeAttribute ogdf::gdf::toEdgeAttribute | ( | const std::string & | str | ) |
| NodeAttribute ogdf::gdf::toNodeAttribute | ( | const std::string & | str | ) |
| Shape ogdf::gdf::toShape | ( | const std::string & | str | ) |
| std::string ogdf::gdf::toString | ( | const EdgeAttribute & | attr | ) |
| std::string ogdf::gdf::toString | ( | const NodeAttribute & | attr | ) |
| std::string ogdf::gdf::toString | ( | const Shape & | shape | ) |