ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
PythonInterpreter.cpp File Reference
#include "PythonInterpreter.h"
#include "PythonStdErrOutRedirect.h"
#include "Runtime/Consoles.h"
#include "Utilities.h"
#include <pybind11/embed.h>
#include <QApplication>
#include <QCoreApplication>
#include <QDir>
#include <QListWidgetItem>
#include <QMessageBox>
#include <QtCompat.h>
#include <CVLog.h>
#include <CVTools.h>
Include dependency graph for PythonInterpreter.cpp:

Go to the source code of this file.

Functions

static py::dict CreateGlobals ()
 

Function Documentation

◆ CreateGlobals()

static py::dict CreateGlobals ( )
static

Definition at line 37 of file PythonInterpreter.cpp.

Referenced by PythonInterpreter::executeFile().