Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

KuratowskiSubdivision.h
Go to the documentation of this file.
1 
32 #pragma once
33 
34 #include <ogdf/basic/Graph.h>
35 #include <ogdf/basic/basic.h>
36 
37 namespace ogdf {
38 
39 class OGDF_EXPORT KuratowskiSubdivision : public Array<List<edge>> { };
40 
41 }
ogdf
The namespace for all OGDF objects.
Definition: AugmentationModule.h:36
Graph.h
Includes declaration of graph class.
ogdf::KuratowskiSubdivision
Definition: KuratowskiSubdivision.h:39
ogdf::Array
The parameterized class Array implements dynamic arrays of type E.
Definition: Array.h:214
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