RTC Toolkit
2.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
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
~
Variables
a
c
d
e
f
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
c
d
f
i
l
m
o
p
r
s
t
Enumerations
Enumerator
Related Functions
o
p
r
Files
File List
File Members
All
b
c
e
f
g
i
l
m
o
p
r
s
t
u
v
w
Functions
b
c
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
vectorPy.hpp
Go to the documentation of this file.
1
12
#ifndef RTCTK_COMPONENTFRAMEWORK_VECTOR_PY_HPP
13
#define RTCTK_COMPONENTFRAMEWORK_VECTOR_PY_HPP
14
15
#include <pybind11/embed.h>
16
#include <pybind11/numpy.h>
17
#include <pybind11/pybind11.h>
18
#include <pybind11/stl_bind.h>
19
20
#define EXPORT_TYPE __attribute__((visibility("default")))
21
22
namespace
py = pybind11;
23
24
namespace
rtctk::componentFramework
{
25
26
py::module
EXPORT_TYPE
LoadVectorBufferPyBinds
();
27
28
}
29
30
#endif
rtctk::componentFramework::LoadVectorBufferPyBinds
py::module EXPORT_TYPE LoadVectorBufferPyBinds()
Definition:
vectorPy.cpp:50
rtctk::componentFramework
Definition:
commandReplier.cpp:20
EXPORT_TYPE
#define EXPORT_TYPE
Definition:
vectorPy.hpp:20
Generated by
1.8.20