![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <QCoreApplication>#include <QDir>#include <QDirIterator>#include <QString>#include <QtGlobal>#include "casters.h"#include <pybind11/numpy.h>#include <pybind11/stl_bind.h>
Go to the source code of this file.
Functions | |
| QString | guessPlatlibdir () |
| QString | getPluginsWrappersPath () |
| void | load_pluginWrappers (py::module_ &m) |
Variables | |
| const char * | MODULE_EXTENSION = ".so" |
| QString getPluginsWrappersPath | ( | ) |
Definition at line 71 of file load_plugins.cpp.
References guessPlatlibdir().
Referenced by load_pluginWrappers().
| QString guessPlatlibdir | ( | ) |
Definition at line 58 of file load_plugins.cpp.
Referenced by getPluginsWrappersPath().
| void load_pluginWrappers | ( | py::module_ & | m | ) |
Definition at line 93 of file load_plugins.cpp.
References getPluginsWrappersPath(), and MODULE_EXTENSION.
| const char* MODULE_EXTENSION = ".so" |
Definition at line 56 of file load_plugins.cpp.
Referenced by load_pluginWrappers().