eigenpy 3.12.0 Bindings between Numpy and Eigen using Boost.Python |
Create a pickle interface for the std::vector. More...
#include <eigenpy/pickle-vector.hpp>
Static Public Member Functions | |
| static boost::python::tuple | getinitargs (const VecType &) |
| static boost::python::tuple | getstate (boost::python::object op) |
| static void | setstate (boost::python::object op, boost::python::tuple tup) |
| static bool | getstate_manages_dict () |
Create a pickle interface for the std::vector.
| VecType | Vector Type to pickle |
Definition at line 19 of file pickle-vector.hpp.
| inlinestatic |
Definition at line 20 of file pickle-vector.hpp.
| inlinestatic |
Definition at line 24 of file pickle-vector.hpp.
| inlinestatic |
Definition at line 42 of file pickle-vector.hpp.
| inlinestatic |
Definition at line 29 of file pickle-vector.hpp.