RTC Toolkit
1.0.0
Main Page
Related Pages
Modules
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
~
Variables
a
c
d
e
f
h
i
l
m
n
o
p
r
s
t
v
w
Typedefs
a
c
d
f
l
m
o
p
r
s
t
Enumerations
Enumerator
Related Functions
Files
File List
File Members
All
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
u
v
w
Functions
b
c
d
e
f
g
l
m
o
p
r
s
t
w
Variables
Typedefs
Enumerations
Enumerator
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
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