![]() |
Workspace 7.1.0
|
#include <pybind11/embed.h>
#include <pybind11/numpy.h>
#include <pybind11/pybind11.h>
#include <pybind11/stl.h>
#include "pythonplugin.h"
#include <QDir>
#include <QFileInfo>
#include <QLibraryInfo>
#include <QString>
#include <QStringList>
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Workspace/Application/LanguageUtils/stringhelpers.h"
#include "Workspace/Application/builtinplugin.h"
#include "Workspace/Application/logmanager.h"
#include "Workspace/Application/settings.h"
#include "Workspace/Application/workspaceinit.h"
#include "Workspace/DataExecution/DataObjects/datafactorytraits.h"
#include "Workspace/DataExecution/Operations/operationfactorytraits.h"
#include "getpythonversion.h"
#include "numpytoarrayndadaptor.h"
#include "numpytoqimageadaptor.h"
#include "pythonmapper.h"
#include "pythonnumpyinterface.h"
#include "pythontypes.h"
#include "runpythonscript.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 | |
CSIRO_IMPORTSPEC const char * | builtAgainstWorkspace () |
CSIRO_EXPORTSPEC CSIRO::Application::WorkspacePlugin * | getWorkspacePlugin () |
CSIRO_IMPORTSPEC const char * builtAgainstWorkspace | ( | ) |
CSIRO_EXPORTSPEC CSIRO::Application::WorkspacePlugin * getWorkspacePlugin | ( | ) |