GEXF related enums and string conversion functions. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphAttributes.h>
#include <ogdf/basic/HashArray.h>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
namespace | ogdf::gexf |
Functions | |
std::string | ogdf::gexf::toGEXFStrokeType (const StrokeType &type) |
Shape | ogdf::gexf::toShape (const std::string &str) |
std::string | ogdf::gexf::toString (const Shape &shape) |
StrokeType | ogdf::gexf::toStrokeType (const std::string &str) |
GEXF related enums and string conversion functions.
Definition in file GEXF.h.