12#ifndef RTCTK_COMPONENTFRAMEWORK_VECTOR_PY_HPP
13#define RTCTK_COMPONENTFRAMEWORK_VECTOR_PY_HPP
17#include <pybind11/embed.h>
18#include <pybind11/numpy.h>
19#include <pybind11/pybind11.h>
20#include <pybind11/stl_bind.h>
22namespace 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:32
py::module RTCTK_API LoadVectorBufferPyBinds()
Imports the embedded Python module to access supported C++ std::vector objects.
Definition vectorPy.cpp:54
Definition commandReplier.cpp:21