Open
Graph Drawing
Framework
v. 2023.09 (Elderberry)
Overview
Class Hierarchy
Class Index
Class List
Members
Namespaces
Source Files
KuratowskiSubdivision.h
Go to the documentation of this file.
1
32
#pragma once
33
34
#include <
ogdf/basic/Array.h
>
35
#include <
ogdf/basic/Graph.h
>
36
#include <
ogdf/basic/List.h
>
37
#include <
ogdf/basic/basic.h
>
38
39
namespace
ogdf
{
40
41
class
OGDF_EXPORT
KuratowskiSubdivision
:
public
Array
<List<edge>> { };
42
43
}
ogdf
The namespace for all OGDF objects.
Definition:
multilevelmixer.cpp:39
Graph.h
Includes declaration of graph class.
ogdf::KuratowskiSubdivision
Definition:
KuratowskiSubdivision.h:41
ogdf::Array
The parameterized class Array implements dynamic arrays of type E.
Definition:
Array.h:219
basic.h
Basic declarations, included by all source files.
OGDF_EXPORT
#define OGDF_EXPORT
Specifies that a function or class is exported by the OGDF DLL.
Definition:
config.h:101
Array.h
Declaration and implementation of Array class and Array algorithms.
List.h
Declaration of doubly linked lists and iterators.
include
ogdf
planarity
KuratowskiSubdivision.h
This site is powered by Netlify.
© 1999–2024
The OGDF Team