|
RTAB-Map 0.23.10
Real-Time Appearance-Based Mapping
|
#include <PythonInterface.h>
Public Member Functions | |
| PythonInterface (const PythonInterface &)=delete | |
| PythonInterface & | operator= (const PythonInterface &)=delete |
Static Public Member Functions | |
| static PythonInterface & | instance (const std::string &caller="") |
Process-wide singleton owning the embedded Python interpreter. Call PythonInterface::instance() from the main thread (typically near the top of main()) before any Python-using class is constructed.
Definition at line 28 of file PythonInterface.h.