Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

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

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)
 

Detailed Description

Declarations for GDF file format.

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 GDF.h.