RTC Toolkit  1.0.0
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 
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