Declarations for GDF file format. More...
#include <ogdf/basic/HashArray.h>
#include <ogdf/basic/Hashing.h>
#include <ogdf/basic/graphics.h>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | ogdf |
The namespace for all OGDF objects. | |
namespace | ogdf::gdf |
Enumerations | |
enum class | ogdf::gdf::EdgeAttribute { ogdf::gdf::Label = 0 , ogdf::gdf::Source , ogdf::gdf::Target , ogdf::gdf::Weight , ogdf::gdf::Directed , ogdf::gdf::Color , ogdf::gdf::Bends , ogdf::gdf::Unknown } |
enum class | ogdf::gdf::NodeAttribute { ogdf::gdf::Name = 0 , ogdf::gdf::Label , ogdf::gdf::X , ogdf::gdf::Y , ogdf::gdf::Z , ogdf::gdf::FillColor , ogdf::gdf::FillPattern , ogdf::gdf::StrokeColor , ogdf::gdf::StrokeType , ogdf::gdf::StrokeWidth , ogdf::gdf::Shape , ogdf::gdf::Width , ogdf::gdf::Height , ogdf::gdf::Template , ogdf::gdf::Weight , ogdf::gdf::FillBgColor , ogdf::gdf::Unknown } |
Functions | |
EdgeAttribute | ogdf::gdf::toEdgeAttribute (const std::string &str) |
NodeAttribute | ogdf::gdf::toNodeAttribute (const std::string &str) |
Shape | ogdf::gdf::toShape (const std::string &str) |
std::string | ogdf::gdf::toString (const EdgeAttribute &attr) |
std::string | ogdf::gdf::toString (const NodeAttribute &attr) |
std::string | ogdf::gdf::toString (const Shape &shape) |
Declarations for GDF file format.
Definition in file GDF.h.