eigenpy 3.12.0
Bindings between Numpy and Eigen using Boost.Python
Loading...
Searching...
No Matches
eigenpy::PickleVector< VecType > Struct Template Reference

Create a pickle interface for the std::vector. More...

#include <eigenpy/pickle-vector.hpp>

Inheritance diagram for eigenpy::PickleVector< VecType >:
[legend]
Collaboration diagram for eigenpy::PickleVector< VecType >:
[legend]

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 ()

Detailed Description

template<typename VecType>
struct eigenpy::PickleVector< VecType >

Create a pickle interface for the std::vector.

Template Parameters
VecTypeVector Type to pickle

Definition at line 19 of file pickle-vector.hpp.

Member Function Documentation

◆ getinitargs()

template<typename VecType>
boost::python::tuple eigenpy::PickleVector< VecType >::getinitargs(const VecType &)
inlinestatic

Definition at line 20 of file pickle-vector.hpp.

◆ getstate()

template<typename VecType>
boost::python::tuple eigenpy::PickleVector< VecType >::getstate(boost::python::objectop)
inlinestatic

Definition at line 24 of file pickle-vector.hpp.

◆ getstate_manages_dict()

template<typename VecType>
bool eigenpy::PickleVector< VecType >::getstate_manages_dict()
inlinestatic

Definition at line 42 of file pickle-vector.hpp.

◆ setstate()

template<typename VecType>
void eigenpy::PickleVector< VecType >::setstate(boost::python::objectop,
boost::python::tupletup )
inlinestatic

Definition at line 29 of file pickle-vector.hpp.


The documentation for this struct was generated from the following file: