RTC Toolkit 5.0.0
|
Implementation of the embedded Python module for MatrixBuffer classes. More...
#include <rtctk/componentFramework/matrixBuffer.hpp>
#include <rtctk/componentFramework/matrixBufferPy.hpp>
#include <rtctk/config.hpp>
#include <pybind11/embed.h>
#include <pybind11/numpy.h>
#include <pybind11/pybind11.h>
#include <pybind11/stl_bind.h>
Namespaces | |
namespace | rtctk |
namespace | rtctk::componentFramework |
Macros | |
#define | MB(TYPE, NAME) |
Functions | |
rtctk::componentFramework::PYBIND11_EMBEDDED_MODULE (Import_Matrix_Buffer, mod) | |
py::module RTCTK_API | rtctk::componentFramework::LoadMatrixBufferPyBinds () |
Imports the embedded Python module to access supported C++ MatrixBuffer objects. | |
Implementation of the embedded Python module for MatrixBuffer classes.
#define MB | ( | TYPE, | |
NAME ) |