#include <boost/python.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | moveit |
namespace | moveit::py_bindings_tools |
Tools for creating python bindings for MoveIt. | |
Functions | |
std::vector< double > | moveit::py_bindings_tools::doubleFromList (const boost::python::list &values) |
boost::python::list | moveit::py_bindings_tools::listFromDouble (const std::vector< double > &v) |
boost::python::list | moveit::py_bindings_tools::listFromString (const std::vector< std::string > &v) |
template<typename T > | |
boost::python::list | moveit::py_bindings_tools::listFromType (const std::vector< T > &v) |
std::vector< std::string > | moveit::py_bindings_tools::stringFromList (const boost::python::list &values) |
template<typename T > | |
std::vector< T > | moveit::py_bindings_tools::typeFromList (const boost::python::list &values) |