Itasca C++ Interface
Loading...
Searching...
No Matches
ipythonmodule.h
Go to the documentation of this file.
1#pragma once
8#include "shared/interface/signal.h"
9#include "base/src/property.h"
10
11namespace itasca {
12}
13
14namespace itascaxd {
15}
16
18namespace python {
19 using namespace itasca;
20 using namespace itascaxd;
21
24
27 public:
28
29 virtual void setConsole(bool b)=0;
30
31 using prop_signal = shared::Signal<const string &,const base::Property &>;
32
33 };
35
36} // namespace python
37// EoF
Interface for the PYTHON module.
Definition ipythonmodule.h:26
namespace Itasca
Definition basememory.cpp:14
Itasca Library standard namespace, specific to 2D or 3D.
Definition icontactmodule.h:6
PYTHON namespace.
Definition imoduledfnpython.h:6