Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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