![]() |
Workspace 7.1.0
|
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include "pythoninitialiser.h"
#include <structmember.h>
#include <QApplication>
#include <QMutexLocker>
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "pythonlogcapture.h"
#include "pythonmeshinterface.h"
Namespaces | |
namespace | CSIRO |
Top level namespace for all Workspace code. | |
namespace | CSIRO::Python |
Macros | |
#define | STRINGIFY(x) #x |
#define | TOSTRING(x) STRINGIFY(x) |
Functions | |
PYBIND11_EMBEDDED_MODULE (workspace, m) | |