13#ifndef RTCTK_COMPONENTFRAMEWORK_VECTOR_PY_HPP
14#define RTCTK_COMPONENTFRAMEWORK_VECTOR_PY_HPP
18#include <pybind11/embed.h>
19#include <pybind11/numpy.h>
20#include <pybind11/pybind11.h>
21#include <pybind11/stl_bind.h>
23namespace py = pybind11;
Project-wide configuration header.
#define RTCTK_API
Helper to indicate that a class or function must be exported in the public symbol table.
Definition config.hpp:33
Definition commandReplier.cpp:22
py::module RTCTK_API LoadVectorBufferPyBinds()
Imports the embedded Python module to access supported C++ std::vector objects.
Definition vectorPy.cpp:55