Skip to content
Snippets Groups Projects
Commit 131eca9b authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

python wrappers : bindings for the plugins

parent f7bf94a0
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
#include "GmshConfig.h" #include "GmshConfig.h"
#include "fullMatrix.h" #include "fullMatrix.h"
#if defined(HAVE_POST) #if defined(HAVE_POST)
#include "PluginManager.h"
#include "Plugin.h"
#include "PView.h" #include "PView.h"
#include "PViewFactory.h" #include "PViewFactory.h"
#include "PViewData.h" #include "PViewData.h"
...@@ -31,5 +33,7 @@ namespace std { ...@@ -31,5 +33,7 @@ namespace std {
%include "simpleFunction.h" %include "simpleFunction.h"
%template(simpleFunctionDouble) simpleFunction<double>; %template(simpleFunctionDouble) simpleFunction<double>;
%include "PViewAsSimpleFunction.h" %include "PViewAsSimpleFunction.h"
%include "Plugin.h"
%include "PluginManager.h"
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment