RTC Toolkit
1.0.0
componentFramework
services
python
src
include
rtctk
componentFramework
matrixBufferPy.hpp
Go to the documentation of this file.
1
12
#ifndef RTCTK_COMPONENTFRAMEWORK_MATRIXBUFFER_PY_HPP
13
#define RTCTK_COMPONENTFRAMEWORK_MATRIXBUFFER_PY_HPP
14
15
#include "
rtctk/componentFramework/matrixBuffer.hpp
"
16
#include <pybind11/embed.h>
17
#include <pybind11/numpy.h>
18
#include <pybind11/pybind11.h>
19
#include <pybind11/stl_bind.h>
20
21
#define EXPORT_TYPE __attribute__((visibility("default")))
22
23
namespace
py = pybind11;
24
25
namespace
rtctk::componentFramework
{
26
27
py::module
EXPORT_TYPE
LoadMatrixBufferPyBinds
();
28
29
}
30
31
#endif
rtctk::componentFramework
Definition:
commandReplier.cpp:20
matrixBuffer.hpp
Declaration of the MatrixBuffer template class used in APIs.
rtctk::componentFramework::LoadMatrixBufferPyBinds
py::module EXPORT_TYPE LoadMatrixBufferPyBinds()
Definition:
matrixBufferPy.cpp:51
EXPORT_TYPE
#define EXPORT_TYPE
Definition:
matrixBufferPy.hpp:21
Generated by
1.8.20