Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
GraphML.h File Reference

GraphML 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::graphml
 

Enumerations

enum class  ogdf::graphml::Attribute {
  ogdf::graphml::NodeLabel = 0 , ogdf::graphml::EdgeLabel , ogdf::graphml::X , ogdf::graphml::Y , ogdf::graphml::Z , ogdf::graphml::Width , ogdf::graphml::Height , ogdf::graphml::Size , ogdf::graphml::Shape , ogdf::graphml::NodeLabelX , ogdf::graphml::NodeLabelY , ogdf::graphml::NodeLabelZ , ogdf::graphml::NodeStrokeColor , ogdf::graphml::NodeStrokeType ,
  ogdf::graphml::NodeStrokeWidth , ogdf::graphml::EdgeStrokeColor , ogdf::graphml::EdgeStrokeType , ogdf::graphml::EdgeStrokeWidth , ogdf::graphml::ClusterStroke , ogdf::graphml::NodeFillPattern , ogdf::graphml::NodeFillBackground , ogdf::graphml::R , ogdf::graphml::G , ogdf::graphml::B , ogdf::graphml::NodeWeight , ogdf::graphml::EdgeWeight , ogdf::graphml::NodeType , ogdf::graphml::EdgeType ,
  ogdf::graphml::NodeId , ogdf::graphml::Template , ogdf::graphml::EdgeArrow , ogdf::graphml::EdgeSubGraph , ogdf::graphml::EdgeBends , ogdf::graphml::Unknown
}
 

Functions

EdgeArrow ogdf::graphml::toArrow (const std::string &str)
 
Attribute ogdf::graphml::toAttribute (const std::string &str)
 
Graph::EdgeType ogdf::graphml::toEdgeType (const std::string &str)
 
Graph::NodeType ogdf::graphml::toNodeType (const std::string &str)
 
Shape ogdf::graphml::toShape (const std::string &str)
 
std::string ogdf::graphml::toString (const Attribute &attr)
 
std::string ogdf::graphml::toString (const EdgeArrow &arrow)
 
std::string ogdf::graphml::toString (const Graph::EdgeType &type)
 
std::string ogdf::graphml::toString (const Graph::NodeType &type)
 
std::string ogdf::graphml::toString (const Shape &shape)
 

Detailed Description

GraphML related enums and string conversion functions.

Author
Ɓukasz Hanuszczak
License:
This file is part of the Open Graph Drawing Framework (OGDF).
Copyright (C)
See README.md in the OGDF root directory for details.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 or 3 as published by the Free Software Foundation; see the file LICENSE.txt included in the packaging of this file for details.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/copyleft/gpl.html

Definition in file GraphML.h.