Create a pickle interface for the std::vector and aligned vector.
More...
#include <pickle-vector.hpp>
|
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) |
|
template<typename VecType>
struct pinocchio::python::PickleVector< VecType >
Create a pickle interface for the std::vector and aligned vector.
- Template Parameters
-
VecType | Vector Type to pickle |
Definition at line 22 of file pickle-vector.hpp.
template<typename VecType >
template<typename VecType >
template<typename VecType >
The documentation for this struct was generated from the following file: