#include <boost/python.hpp>
#include <boost/python/stl_iterator.hpp>
#include <boost/python/suite/indexing/vector_indexing_suite.hpp>
#include <string>
#include <vector>
#include <iterator>
#include "pinocchio/bindings/python/utils/pickle-vector.hpp"
Go to the source code of this file.
Classes | |
struct | pinocchio::python::details::overload_base_get_item_for_std_vector< Container > |
struct | pinocchio::python::StdContainerFromPythonList< vector_type > |
Register the conversion from a Python list to a std::vector. More... | |
struct | pinocchio::python::StdVectorPythonVisitor< T, Allocator, NoProxy, EnableFromPythonListConverter > |
Expose an std::vector from a type given as template argument. More... | |
Namespaces | |
pinocchio | |
Main pinocchio namespace. | |
pinocchio::python | |
pinocchio::python::details | |