Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Private Member Functions | List of all members
pinocchio::python::MotionPythonVisitor< Motion > Struct Template Reference

#include <motion.hpp>

Inheritance diagram for pinocchio::python::MotionPythonVisitor< Motion >:
Inheritance graph
[legend]

Classes

struct  Pickle
 

Public Types

enum  { Options = traits<Motion>::Options }
 
typedef ForceTpl< Scalar, traits< Motion >::OptionsForce
 
typedef Eigen::Map< Vector3MapVector3
 
typedef Eigen::Ref< Vector3RefVector3
 
typedef Motion::Scalar Scalar
 
typedef Motion::Vector3 Vector3
 
typedef Motion::Vector6 Vector6
 

Public Member Functions

template<class PyClass >
void visit (PyClass &cl) const
 

Static Public Member Functions

static void expose ()
 

Static Private Member Functions

static RefVector3 getAngular (Motion &self)
 
static RefVector3 getLinear (Motion &self)
 
static void setAngular (Motion &self, const Vector3 &w)
 
static void setLinear (Motion &self, const Vector3 &v)
 
static void setRandom (Motion &self)
 
static void setVector (Motion &self, const Vector6 &v)
 
static void setZero (Motion &self)
 

Detailed Description

template<typename Motion>
struct pinocchio::python::MotionPythonVisitor< Motion >

Definition at line 52 of file bindings/python/spatial/motion.hpp.

Member Typedef Documentation

◆ Force

Definition at line 58 of file bindings/python/spatial/motion.hpp.

◆ MapVector3

template<typename Motion >
typedef Eigen::Map<Vector3> pinocchio::python::MotionPythonVisitor< Motion >::MapVector3

Definition at line 62 of file bindings/python/spatial/motion.hpp.

◆ RefVector3

template<typename Motion >
typedef Eigen::Ref<Vector3> pinocchio::python::MotionPythonVisitor< Motion >::RefVector3

Definition at line 63 of file bindings/python/spatial/motion.hpp.

◆ Scalar

template<typename Motion >
typedef Motion::Scalar pinocchio::python::MotionPythonVisitor< Motion >::Scalar

Definition at line 57 of file bindings/python/spatial/motion.hpp.

◆ Vector3

template<typename Motion >
typedef Motion::Vector3 pinocchio::python::MotionPythonVisitor< Motion >::Vector3

Definition at line 60 of file bindings/python/spatial/motion.hpp.

◆ Vector6

template<typename Motion >
typedef Motion::Vector6 pinocchio::python::MotionPythonVisitor< Motion >::Vector6

Definition at line 59 of file bindings/python/spatial/motion.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<typename Motion >
anonymous enum
Enumerator
Options 

Definition at line 55 of file bindings/python/spatial/motion.hpp.

Member Function Documentation

◆ expose()

template<typename Motion >
static void pinocchio::python::MotionPythonVisitor< Motion >::expose ( )
inlinestatic

Definition at line 153 of file bindings/python/spatial/motion.hpp.

◆ getAngular()

template<typename Motion >
static RefVector3 pinocchio::python::MotionPythonVisitor< Motion >::getAngular ( Motion self)
inlinestaticprivate

Definition at line 184 of file bindings/python/spatial/motion.hpp.

◆ getLinear()

template<typename Motion >
static RefVector3 pinocchio::python::MotionPythonVisitor< Motion >::getLinear ( Motion self)
inlinestaticprivate

Definition at line 182 of file bindings/python/spatial/motion.hpp.

◆ setAngular()

template<typename Motion >
static void pinocchio::python::MotionPythonVisitor< Motion >::setAngular ( Motion self,
const Vector3 w 
)
inlinestaticprivate

Definition at line 185 of file bindings/python/spatial/motion.hpp.

◆ setLinear()

template<typename Motion >
static void pinocchio::python::MotionPythonVisitor< Motion >::setLinear ( Motion self,
const Vector3 v 
)
inlinestaticprivate

Definition at line 183 of file bindings/python/spatial/motion.hpp.

◆ setRandom()

template<typename Motion >
static void pinocchio::python::MotionPythonVisitor< Motion >::setRandom ( Motion self)
inlinestaticprivate

Definition at line 190 of file bindings/python/spatial/motion.hpp.

◆ setVector()

template<typename Motion >
static void pinocchio::python::MotionPythonVisitor< Motion >::setVector ( Motion self,
const Vector6 v 
)
inlinestaticprivate

Definition at line 187 of file bindings/python/spatial/motion.hpp.

◆ setZero()

template<typename Motion >
static void pinocchio::python::MotionPythonVisitor< Motion >::setZero ( Motion self)
inlinestaticprivate

Definition at line 189 of file bindings/python/spatial/motion.hpp.

◆ visit()

template<typename Motion >
template<class PyClass >
void pinocchio::python::MotionPythonVisitor< Motion >::visit ( PyClass &  cl) const
inline

Definition at line 68 of file bindings/python/spatial/motion.hpp.


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


pinocchio
Author(s):
autogenerated on Fri Jun 23 2023 02:38:36