00001 /* 00002 * $Revision: 2299 $ 00003 * 00004 * last checkin: 00005 * $Author: gutwenger $ 00006 * $Date: 2012-05-07 15:57:08 +0200 (Mon, 07 May 2012) $ 00007 ***************************************************************/ 00008 00043 #ifdef _MSC_VER 00044 #pragma once 00045 #endif 00046 00047 #ifndef OGDF_KURATOWSKI_SUBDIVISION_H 00048 #define OGDF_KURATOWSKI_SUBDIVISION_H 00049 00050 00051 #include <ogdf/basic/basic.h> 00052 #include <ogdf/basic/Graph.h> 00053 00054 00055 namespace ogdf { 00056 00057 class OGDF_EXPORT KuratowskiSubdivision : public Array<List<edge> > {}; 00058 00059 } // end namespace ogdf 00060 00061 00062 #endif