eigenpy 3.12.0 Bindings between Numpy and Eigen using Boost.Python |
Create a pickle interface for the map type. More...
#include <eigenpy/map.hpp>
Static Public Member Functions | |
| static void | setstate (bp::object op, bp::tuple tup) |
| Static Public Member Functions inherited from eigenpy::PickleVector< Container > | |
| static boost::python::tuple | getinitargs (const Container &) |
| 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 map type.
| [in] | Container | Map type to be pickled |
| inlinestatic |