Open
Graph Drawing
Framework
v. 2023.09 (Elderberry)
Overview
Class Hierarchy
Class Index
Class List
Members
Namespaces
Source Files
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
38
namespace
ogdf
{
39
namespace
gexf {
40
41
std::string
toString
(
const
Shape
& shape);
42
Shape
toShape
(
const
std::string& str);
43
44
std::string
toGEXFStrokeType
(
const
StrokeType
&
type
);
45
StrokeType
toStrokeType
(
const
std::string& str);
46
47
}
48
}
ogdf
The namespace for all OGDF objects.
Definition:
multilevelmixer.cpp:39
graphics.h
Declaration of basic types for graphics.
ogdf::StrokeType
StrokeType
Line types of strokes.
Definition:
graphics.h:50
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:120
ogdf::gexf::toStrokeType
StrokeType toStrokeType(const std::string &str)
include
ogdf
fileformats
GEXF.h
This site is powered by Netlify.
© 1999–2024
The OGDF Team