pinocchio  3.7.0
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
 
Loading...
Searching...
No Matches
PickleFromStringSerialization< Derived > Struct Template Reference
Inheritance diagram for PickleFromStringSerialization< Derived >:
Collaboration diagram for PickleFromStringSerialization< Derived >:

Static Public Member Functions

static bp::tuple getinitargs (const Derived &)
 
static bp::tuple getstate (const Derived &obj)
 
static bool getstate_manages_dict ()
 
static void setstate (Derived &obj, bp::tuple tup)
 

Detailed Description

template<typename Derived>
struct pinocchio::python::PickleFromStringSerialization< Derived >

Definition at line 17 of file pickle.hpp.

Member Function Documentation

◆ getinitargs()

template<typename Derived >
static bp::tuple getinitargs ( const Derived &  )
inlinestatic

Definition at line 19 of file pickle.hpp.

◆ getstate()

template<typename Derived >
static bp::tuple getstate ( const Derived &  obj)
inlinestatic

Definition at line 24 of file pickle.hpp.

◆ getstate_manages_dict()

template<typename Derived >
static bool getstate_manages_dict ( )
inlinestatic

Definition at line 54 of file pickle.hpp.

◆ setstate()

template<typename Derived >
static void setstate ( Derived &  obj,
bp::tuple  tup 
)
inlinestatic

Definition at line 30 of file pickle.hpp.


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