Includes declaration of dual graph class. More...
#include <ogdf/basic/CombinatorialEmbedding.h>
#include <ogdf/basic/Graph.h>
#include <ogdf/basic/GraphList.h>
#include <ogdf/basic/List.h>
#include <ogdf/basic/basic.h>
#include <ogdf/basic/internal/config_autogen.h>
#include <ogdf/basic/internal/graph_iterators.h>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | ogdf::DualGraphBase< isConst > |
A dual graph including its combinatorial embedding of an embedded graph. More... | |
class | ogdf::DualGraphBase< isConst > |
A dual graph including its combinatorial embedding of an embedded graph. More... | |
Namespaces | |
ogdf | |
The namespace for all OGDF objects. | |
Typedefs | |
using | ogdf::DualGraph = DualGraphBase< true > |
using | ogdf::DynamicDualGraph = DualGraphBase< false > |
Includes declaration of dual graph class.
Definition in file DualGraph.h.