summaryrefslogtreecommitdiff
path: root/graphics/pgf/base/source/energybased_script.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pgf/base/source/energybased_script.h')
-rw-r--r--graphics/pgf/base/source/energybased_script.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/graphics/pgf/base/source/energybased_script.h b/graphics/pgf/base/source/energybased_script.h
deleted file mode 100644
index fdcd92565e..0000000000
--- a/graphics/pgf/base/source/energybased_script.h
+++ /dev/null
@@ -1,31 +0,0 @@
-#include <pgf/gd/ogdf/c/InterfaceFromOGDF.h>
-
-#include "FMMMLayout_script.h"
-#include "GEMLayout_script.h"
-#include "FastMultipoleEmbedder_script.h"
-
-#include "SpringEmbedderFR_script.h"
-#include "SpringEmbedderFRExact_script.h"
-#include "SpringEmbedderKK_script.h"
-
-#include "MultilevelLayout_script.h"
-
-#include "multilevelmixer/multilevelmixer_script.h"
-
-struct energybased_script :
- scripting::declarations
-{
- void declare (scripting::script s) {
- s.declare (new FMMMLayout_script);
- s.declare (new GEMLayout_script);
- s.declare (new FastMultipoleEmbedder_script);
-
- s.declare (new SpringEmbedderFR_script);
- s.declare (new SpringEmbedderFRExact_script);
- s.declare (new SpringEmbedderKK_script);
-
- s.declare (new MultilevelLayout_script);
-
- s.declare (new multilevelmixer_script);
- }
-};