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