#include <PythonInterface.h>
|
pybind11::scoped_interpreter * | guard_ |
|
pybind11::gil_scoped_release * | release_ |
|
Create a single PythonInterface on main thread at global scope before any Python classes.
Definition at line 26 of file PythonInterface.h.
◆ PythonInterface()
rtabmap::PythonInterface::PythonInterface |
( |
| ) |
|
◆ ~PythonInterface()
rtabmap::PythonInterface::~PythonInterface |
( |
| ) |
|
|
virtual |
◆ guard_
pybind11::scoped_interpreter* rtabmap::PythonInterface::guard_ |
|
private |
◆ release_
pybind11::gil_scoped_release* rtabmap::PythonInterface::release_ |
|
private |
The documentation for this class was generated from the following files: