|
RTC Toolkit 6.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>Classes | |
| class | MatrixBuffer< T, A > |
| A buffer class representing 2D matrix data. More... | |
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 ) |