Public Types | Public Member Functions | Static Public Member Functions | List of all members
pinocchio::MotionZeroTpl< Scalar, Options > Struct Template Reference

#include <fwd.hpp>

Inheritance diagram for pinocchio::MotionZeroTpl< Scalar, Options >:
Inheritance graph
[legend]

Public Types

typedef traits< MotionZeroTpl >::MotionPlain MotionPlain
 
typedef traits< MotionZeroTpl >::PlainReturnType PlainReturnType
 

Public Member Functions

template<typename M1 >
MotionZeroTpl motionAction (const MotionBase< M1 > &) const
 
template<typename S2 , int O2, typename D2 >
void se3Action_impl (const SE3Tpl< S2, O2 > &, MotionDense< D2 > &v) const
 
template<typename S2 , int O2>
MotionZeroTpl se3Action_impl (const SE3Tpl< S2, O2 > &) const
 
template<typename S2 , int O2, typename D2 >
void se3ActionInverse_impl (const SE3Tpl< S2, O2 > &, MotionDense< D2 > &v) const
 
template<typename S2 , int O2>
MotionZeroTpl se3ActionInverse_impl (const SE3Tpl< S2, O2 > &) const
 
- Public Member Functions inherited from pinocchio::MotionBase< MotionZeroTpl< Scalar, Options > >
ConstAngularType angular () const
 
AngularType angular ()
 
void angular (const Eigen::MatrixBase< V3Like > &w)
 
MotionAlgebraAction< OtherSpatialType, MotionZeroTpl< Scalar, Options > >::ReturnType cross (const OtherSpatialType &d) const
 
MotionZeroTpl< Scalar, Options > & derived ()
 
const MotionZeroTpl< Scalar, Options > & derived () const
 
void disp (std::ostream &os) const
 
Scalar dot (const ForceDense< ForceDerived > &f) const
 
bool isApprox (const MotionZeroTpl< Scalar, Options > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const
 
bool isZero (const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const
 
ConstLinearType linear () const
 
LinearType linear ()
 
void linear (const Eigen::MatrixBase< V3Like > &v)
 
 MOTION_TYPEDEF_TPL (MotionZeroTpl< Scalar, Options >)
 
 operator Matrix6 () const
 
 operator PlainReturnType () const
 
 operator Vector6 () const
 
bool operator!= (const MotionBase< M2 > &other) const
 
internal::RHSScalarMultiplication< MotionZeroTpl< Scalar, Options >, OtherScalar >::ReturnType operator* (const OtherScalar &alpha) const
 
MotionZeroTpl< Scalar, Options > operator+ (const MotionBase< MotionZeroTpl< Scalar, Options > > &v) const
 
MotionZeroTpl< Scalar, Options > & operator+= (const MotionBase< MotionZeroTpl< Scalar, Options > > &v)
 
MotionZeroTpl< Scalar, Options > operator- () const
 
MotionZeroTpl< Scalar, Options > operator- (const MotionBase< MotionZeroTpl< Scalar, Options > > &v) const
 
MotionZeroTpl< Scalar, Options > & operator-= (const MotionBase< MotionZeroTpl< Scalar, Options > > &v)
 
MotionZeroTpl< Scalar, Options > operator/ (const OtherScalar &alpha) const
 
bool operator== (const MotionBase< M2 > &other) const
 
PlainReturnType plain () const
 
SE3GroupAction< MotionZeroTpl< Scalar, Options > >::ReturnType se3Action (const SE3Tpl< S2, O2 > &m) const
 
SE3GroupAction< MotionZeroTpl< Scalar, Options > >::ReturnType se3ActionInverse (const SE3Tpl< S2, O2 > &m) const
 
void setZero ()
 
ActionMatrixType toActionMatrix () const
 
ActionMatrixType toDualActionMatrix () const
 
ToVectorConstReturnType toVector () const
 
ToVectorReturnType toVector ()
 

Static Public Member Functions

template<typename D2 >
static void addTo (const MotionBase< D2 > &)
 
template<typename D2 >
static bool isEqual_impl (const MotionDense< D2 > &other)
 
static bool isEqual_impl (const MotionZeroTpl &)
 
static PlainReturnType plain ()
 
template<typename D2 >
static void setTo (MotionBase< D2 > &other)
 

Detailed Description

template<typename Scalar, int Options>
struct pinocchio::MotionZeroTpl< Scalar, Options >

Definition at line 44 of file src/spatial/fwd.hpp.

Member Typedef Documentation

template<typename Scalar , int Options>
typedef traits<MotionZeroTpl>::MotionPlain pinocchio::MotionZeroTpl< Scalar, Options >::MotionPlain

Definition at line 53 of file motion-zero.hpp.

template<typename Scalar , int Options>
typedef traits<MotionZeroTpl>::PlainReturnType pinocchio::MotionZeroTpl< Scalar, Options >::PlainReturnType

Definition at line 54 of file motion-zero.hpp.

Member Function Documentation

template<typename Scalar , int Options>
template<typename D2 >
static void pinocchio::MotionZeroTpl< Scalar, Options >::addTo ( const MotionBase< D2 > &  )
inlinestatic

Definition at line 70 of file motion-zero.hpp.

template<typename Scalar , int Options>
template<typename D2 >
static bool pinocchio::MotionZeroTpl< Scalar, Options >::isEqual_impl ( const MotionDense< D2 > &  other)
inlinestatic

Definition at line 59 of file motion-zero.hpp.

template<typename Scalar , int Options>
static bool pinocchio::MotionZeroTpl< Scalar, Options >::isEqual_impl ( const MotionZeroTpl< Scalar, Options > &  )
inlinestatic

Definition at line 64 of file motion-zero.hpp.

template<typename Scalar , int Options>
template<typename M1 >
MotionZeroTpl pinocchio::MotionZeroTpl< Scalar, Options >::motionAction ( const MotionBase< M1 > &  ) const
inline

Definition at line 79 of file motion-zero.hpp.

template<typename Scalar , int Options>
static PlainReturnType pinocchio::MotionZeroTpl< Scalar, Options >::plain ( )
inlinestatic

Definition at line 56 of file motion-zero.hpp.

template<typename Scalar , int Options>
template<typename S2 , int O2, typename D2 >
void pinocchio::MotionZeroTpl< Scalar, Options >::se3Action_impl ( const SE3Tpl< S2, O2 > &  ,
MotionDense< D2 > &  v 
) const
inline

Definition at line 85 of file motion-zero.hpp.

template<typename Scalar , int Options>
template<typename S2 , int O2>
MotionZeroTpl pinocchio::MotionZeroTpl< Scalar, Options >::se3Action_impl ( const SE3Tpl< S2, O2 > &  ) const
inline

Definition at line 91 of file motion-zero.hpp.

template<typename Scalar , int Options>
template<typename S2 , int O2, typename D2 >
void pinocchio::MotionZeroTpl< Scalar, Options >::se3ActionInverse_impl ( const SE3Tpl< S2, O2 > &  ,
MotionDense< D2 > &  v 
) const
inline

Definition at line 97 of file motion-zero.hpp.

template<typename Scalar , int Options>
template<typename S2 , int O2>
MotionZeroTpl pinocchio::MotionZeroTpl< Scalar, Options >::se3ActionInverse_impl ( const SE3Tpl< S2, O2 > &  ) const
inline

Definition at line 103 of file motion-zero.hpp.

template<typename Scalar , int Options>
template<typename D2 >
static void pinocchio::MotionZeroTpl< Scalar, Options >::setTo ( MotionBase< D2 > &  other)
inlinestatic

Definition at line 73 of file motion-zero.hpp.


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


pinocchio
Author(s):
autogenerated on Tue Jun 1 2021 02:45:06