Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

GEXF.h
Go to the documentation of this file.
1 
32 #pragma once
33 
34 #include <ogdf/basic/Graph.h>
36 #include <ogdf/basic/HashArray.h>
37 
38 #include <string>
39 
40 namespace ogdf {
41 namespace gexf {
42 
43 std::string toString(const Shape& shape);
44 Shape toShape(const std::string& str);
45 
46 std::string toGEXFStrokeType(const StrokeType& type);
47 StrokeType toStrokeType(const std::string& str);
48 
49 }
50 }
HashArray.h
Declaration and implementation of HashArray class.
ogdf
The namespace for all OGDF objects.
Definition: AugmentationModule.h:36
GraphAttributes.h
Declaration of class GraphAttributes which extends a Graph by additional attributes.
Graph.h
Includes declaration of graph class.
ogdf::StrokeType
StrokeType
Line types of strokes.
Definition: graphics.h:46
ogdf::gexf::toString
std::string toString(const Shape &shape)
ogdf::gexf::toGEXFStrokeType
std::string toGEXFStrokeType(const StrokeType &type)
ogdf::gexf::toShape
Shape toShape(const std::string &str)
backward::Color::type
type
Definition: backward.hpp:1716
ogdf::Shape
Shape
Types for node shapes.
Definition: graphics.h:116
ogdf::gexf::toStrokeType
StrokeType toStrokeType(const std::string &str)