eigenpy 3.12.0 Bindings between Numpy and Eigen using Boost.Python |
Expose an std::vector from a type given as template argument. More...
#include <eigenpy/std-vector.hpp>
Public Types | |
| typedef vector_type::value_type | value_type |
| typedef StdContainerFromPythonList< vector_type, NoProxy > | FromPythonListConverter |
Static Public Member Functions | |
| static void | expose (const std::string &class_name, const std::string &doc_string="") |
| template<typename DerivedVisitor> | |
| static void | expose (const std::string &class_name, const bp::def_visitor< DerivedVisitor > &visitor) |
| template<typename DerivedVisitor> | |
| static void | expose (const std::string &class_name, const std::string &doc_string, const bp::def_visitor< DerivedVisitor > &visitor) |
Expose an std::vector from a type given as template argument.
| vector_type | std::vector type to expose |
| NoProxy | When set to false, the elements will be copied when returned to Python. |
| EnableFromPythonListConverter | Enables the conversion from a Python list to a std::vector<T,Allocator> |
Definition at line 424 of file std-vector.hpp.
| typedef StdContainerFromPythonList<vector_type, NoProxy> eigenpy::StdVectorPythonVisitor< vector_type, NoProxy, EnableFromPythonListConverter, pickable >::FromPythonListConverter |
Definition at line 427 of file std-vector.hpp.
| typedef vector_type::value_type eigenpy::StdVectorPythonVisitor< vector_type, NoProxy, EnableFromPythonListConverter, pickable >::value_type |
Definition at line 425 of file std-vector.hpp.
| inlinestatic |
Definition at line 435 of file std-vector.hpp.
| inlinestatic |
Definition at line 441 of file std-vector.hpp.
| inlinestatic |
Definition at line 429 of file std-vector.hpp.