Declares class GraphIO which provides access to all graph read and write functionality. More...
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphAttributes.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/Logger.h>
#include <ogdf/basic/basic.h>
#include <ogdf/cluster/ClusterGraph.h>
#include <ogdf/cluster/ClusterGraphAttributes.h>
#include <cctype>
#include <cstdint>
#include <fstream>
#include <functional>
#include <string>
#include <type_traits>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
class | ogdf::EdgeWeightedGraph< T > |
class | ogdf::GraphIO |
Utility class providing graph I/O in various exchange formats. More... | |
struct | ogdf::GraphIO::FileType |
class | ogdf::GraphIO::SVGSettings |
Condensed settings for drawing SVGs. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Declares class GraphIO which provides access to all graph read and write functionality.
Definition in file GraphIO.h.