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/graphics.h>
35
36#include <string>
37
38namespace ogdf {
39namespace gexf {
40
41std::string toString(const Shape& shape);
42Shape toShape(const std::string& str);
43
44std::string toGEXFStrokeType(const StrokeType& type);
45StrokeType toStrokeType(const std::string& str);
46
47}
48}
Declaration of basic types for graphics.
StrokeType
Line types of strokes.
Definition graphics.h:50
Shape
Types for node shapes.
Definition graphics.h:120
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.