Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Protected Attributes | List of all members
pinocchio::MotionTpl< _Scalar, _Options > Class Template Reference

#include <fwd.hpp>

Public Types

enum  { Options = _Options }
 

Public Member Functions

template<typename Vector6ArgType >
MotionTpl__mequ__ (const MotionRef< Vector6ArgType > &v)
 
template<int O2>
MotionTpl__mequ__ (const MotionTpl< Scalar, O2 > &v)
 
template<typename Vector6ArgType >
MotionPlain __minus__ (const MotionRef< Vector6ArgType > &v) const
 
template<int O2>
MotionPlain __minus__ (const MotionTpl< Scalar, O2 > &v) const
 
template<typename OtherScalar >
MotionPlain __mult__ (const OtherScalar &alpha) const
 
template<typename Vector6ArgType >
MotionTpl__pequ__ (const MotionRef< Vector6ArgType > &v)
 
template<int O2>
MotionTpl__pequ__ (const MotionTpl< Scalar, O2 > &v)
 
template<typename Vector6ArgType >
MotionPlain __plus__ (const MotionRef< Vector6ArgType > &v) const
 
template<int O2>
MotionPlain __plus__ (const MotionTpl< Scalar, O2 > &v) const
 
AngularType angular_impl ()
 
ConstAngularType angular_impl () const
 
template<typename V3 >
void angular_impl (const Eigen::MatrixBase< V3 > &w)
 
template<typename NewScalar >
MotionTpl< NewScalar, Optionscast () const
 
LinearType linear_impl ()
 
ConstLinearType linear_impl () const
 
template<typename V3 >
void linear_impl (const Eigen::MatrixBase< V3 > &v)
 
 MOTION_TYPEDEF_TPL (MotionTpl)
 
 MotionTpl ()
 
template<typename V1 , typename V2 >
 MotionTpl (const Eigen::MatrixBase< V1 > &v, const Eigen::MatrixBase< V2 > &w)
 
template<typename V6 >
 MotionTpl (const Eigen::MatrixBase< V6 > &v)
 
template<typename M2 , typename std::enable_if< !std::is_convertible< MotionBase< M2 >, MotionTpl >::value, bool >::type = true>
 MotionTpl (const MotionBase< M2 > &clone)
 
template<typename M2 , typename std::enable_if< !std::is_convertible< MotionDense< M2 >, MotionTpl >::value, bool >::type = true>
 MotionTpl (const MotionDense< M2 > &clone)
 
template<int O2>
 MotionTpl (const MotionTpl< Scalar, O2 > &clone)
 
PlainReturnType plain () const
 
MotionRef< Vector6 > ref ()
 
ToVectorReturnType toVector_impl ()
 
ToVectorConstReturnType toVector_impl () const
 

Static Public Member Functions

static MotionTpl Random ()
 
static MotionTpl Zero ()
 

Public Attributes

EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef MotionDense< MotionTplBase
 

Protected Attributes

Vector6 m_data
 

Detailed Description

template<typename _Scalar, int _Options>
class pinocchio::MotionTpl< _Scalar, _Options >

Definition at line 43 of file spatial/fwd.hpp.

Member Enumeration Documentation

◆ anonymous enum

template<typename _Scalar , int _Options>
anonymous enum
Enumerator
Options 

Definition at line 45 of file motion-tpl.hpp.

Constructor & Destructor Documentation

◆ MotionTpl() [1/6]

template<typename _Scalar , int _Options>
pinocchio::MotionTpl< _Scalar, _Options >::MotionTpl ( )
inline

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

◆ MotionTpl() [2/6]

template<typename _Scalar , int _Options>
template<typename V1 , typename V2 >
pinocchio::MotionTpl< _Scalar, _Options >::MotionTpl ( const Eigen::MatrixBase< V1 > &  v,
const Eigen::MatrixBase< V2 > &  w 
)
inline

Definition at line 62 of file motion-tpl.hpp.

◆ MotionTpl() [3/6]

template<typename _Scalar , int _Options>
template<typename V6 >
pinocchio::MotionTpl< _Scalar, _Options >::MotionTpl ( const Eigen::MatrixBase< V6 > &  v)
inlineexplicit

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

◆ MotionTpl() [4/6]

template<typename _Scalar , int _Options>
template<int O2>
pinocchio::MotionTpl< _Scalar, _Options >::MotionTpl ( const MotionTpl< Scalar, O2 > &  clone)
inlineexplicit

Definition at line 78 of file motion-tpl.hpp.

◆ MotionTpl() [5/6]

template<typename _Scalar , int _Options>
template<typename M2 , typename std::enable_if< !std::is_convertible< MotionDense< M2 >, MotionTpl >::value, bool >::type = true>
pinocchio::MotionTpl< _Scalar, _Options >::MotionTpl ( const MotionDense< M2 > &  clone)
inlineexplicit

Definition at line 87 of file motion-tpl.hpp.

◆ MotionTpl() [6/6]

template<typename _Scalar , int _Options>
template<typename M2 , typename std::enable_if< !std::is_convertible< MotionBase< M2 >, MotionTpl >::value, bool >::type = true>
pinocchio::MotionTpl< _Scalar, _Options >::MotionTpl ( const MotionBase< M2 > &  clone)
inlineexplicit

Definition at line 98 of file motion-tpl.hpp.

Member Function Documentation

◆ __mequ__() [1/2]

template<typename _Scalar , int _Options>
template<typename Vector6ArgType >
MotionTpl& pinocchio::MotionTpl< _Scalar, _Options >::__mequ__ ( const MotionRef< Vector6ArgType > &  v)
inline

Definition at line 159 of file motion-tpl.hpp.

◆ __mequ__() [2/2]

template<typename _Scalar , int _Options>
template<int O2>
MotionTpl& pinocchio::MotionTpl< _Scalar, _Options >::__mequ__ ( const MotionTpl< Scalar, O2 > &  v)
inline

Definition at line 155 of file motion-tpl.hpp.

◆ __minus__() [1/2]

template<typename _Scalar , int _Options>
template<typename Vector6ArgType >
MotionPlain pinocchio::MotionTpl< _Scalar, _Options >::__minus__ ( const MotionRef< Vector6ArgType > &  v) const
inline

Definition at line 143 of file motion-tpl.hpp.

◆ __minus__() [2/2]

template<typename _Scalar , int _Options>
template<int O2>
MotionPlain pinocchio::MotionTpl< _Scalar, _Options >::__minus__ ( const MotionTpl< Scalar, O2 > &  v) const
inline

Definition at line 139 of file motion-tpl.hpp.

◆ __mult__()

template<typename _Scalar , int _Options>
template<typename OtherScalar >
MotionPlain pinocchio::MotionTpl< _Scalar, _Options >::__mult__ ( const OtherScalar &  alpha) const
inline

Definition at line 163 of file motion-tpl.hpp.

◆ __pequ__() [1/2]

template<typename _Scalar , int _Options>
template<typename Vector6ArgType >
MotionTpl& pinocchio::MotionTpl< _Scalar, _Options >::__pequ__ ( const MotionRef< Vector6ArgType > &  v)
inline

Definition at line 151 of file motion-tpl.hpp.

◆ __pequ__() [2/2]

template<typename _Scalar , int _Options>
template<int O2>
MotionTpl& pinocchio::MotionTpl< _Scalar, _Options >::__pequ__ ( const MotionTpl< Scalar, O2 > &  v)
inline

Definition at line 147 of file motion-tpl.hpp.

◆ __plus__() [1/2]

template<typename _Scalar , int _Options>
template<typename Vector6ArgType >
MotionPlain pinocchio::MotionTpl< _Scalar, _Options >::__plus__ ( const MotionRef< Vector6ArgType > &  v) const
inline

Definition at line 135 of file motion-tpl.hpp.

◆ __plus__() [2/2]

template<typename _Scalar , int _Options>
template<int O2>
MotionPlain pinocchio::MotionTpl< _Scalar, _Options >::__plus__ ( const MotionTpl< Scalar, O2 > &  v) const
inline

Definition at line 131 of file motion-tpl.hpp.

◆ angular_impl() [1/3]

template<typename _Scalar , int _Options>
AngularType pinocchio::MotionTpl< _Scalar, _Options >::angular_impl ( )
inline

Definition at line 113 of file motion-tpl.hpp.

◆ angular_impl() [2/3]

template<typename _Scalar , int _Options>
ConstAngularType pinocchio::MotionTpl< _Scalar, _Options >::angular_impl ( ) const
inline

Definition at line 111 of file motion-tpl.hpp.

◆ angular_impl() [3/3]

template<typename _Scalar , int _Options>
template<typename V3 >
void pinocchio::MotionTpl< _Scalar, _Options >::angular_impl ( const Eigen::MatrixBase< V3 > &  w)
inline

Definition at line 117 of file motion-tpl.hpp.

◆ cast()

template<typename _Scalar , int _Options>
template<typename NewScalar >
MotionTpl<NewScalar,Options> pinocchio::MotionTpl< _Scalar, _Options >::cast ( ) const
inline
Returns
An expression of *this with the Scalar type casted to NewScalar.

Definition at line 170 of file motion-tpl.hpp.

◆ linear_impl() [1/3]

template<typename _Scalar , int _Options>
LinearType pinocchio::MotionTpl< _Scalar, _Options >::linear_impl ( )
inline

Definition at line 114 of file motion-tpl.hpp.

◆ linear_impl() [2/3]

template<typename _Scalar , int _Options>
ConstLinearType pinocchio::MotionTpl< _Scalar, _Options >::linear_impl ( ) const
inline

Definition at line 112 of file motion-tpl.hpp.

◆ linear_impl() [3/3]

template<typename _Scalar , int _Options>
template<typename V3 >
void pinocchio::MotionTpl< _Scalar, _Options >::linear_impl ( const Eigen::MatrixBase< V3 > &  v)
inline

Definition at line 123 of file motion-tpl.hpp.

◆ MOTION_TYPEDEF_TPL()

template<typename _Scalar , int _Options>
pinocchio::MotionTpl< _Scalar, _Options >::MOTION_TYPEDEF_TPL ( MotionTpl< _Scalar, _Options >  )

◆ plain()

template<typename _Scalar , int _Options>
PlainReturnType pinocchio::MotionTpl< _Scalar, _Options >::plain ( ) const
inline

Definition at line 105 of file motion-tpl.hpp.

◆ Random()

template<typename _Scalar , int _Options>
static MotionTpl pinocchio::MotionTpl< _Scalar, _Options >::Random ( )
inlinestatic

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

◆ ref()

template<typename _Scalar , int _Options>
MotionRef<Vector6> pinocchio::MotionTpl< _Scalar, _Options >::ref ( )
inline

Definition at line 166 of file motion-tpl.hpp.

◆ toVector_impl() [1/2]

template<typename _Scalar , int _Options>
ToVectorReturnType pinocchio::MotionTpl< _Scalar, _Options >::toVector_impl ( )
inline

Definition at line 108 of file motion-tpl.hpp.

◆ toVector_impl() [2/2]

template<typename _Scalar , int _Options>
ToVectorConstReturnType pinocchio::MotionTpl< _Scalar, _Options >::toVector_impl ( ) const
inline

Definition at line 107 of file motion-tpl.hpp.

◆ Zero()

template<typename _Scalar , int _Options>
static MotionTpl pinocchio::MotionTpl< _Scalar, _Options >::Zero ( )
inlinestatic

Definition at line 102 of file motion-tpl.hpp.

Member Data Documentation

◆ Base

template<typename _Scalar , int _Options>
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef MotionDense<MotionTpl> pinocchio::MotionTpl< _Scalar, _Options >::Base

Definition at line 43 of file motion-tpl.hpp.

◆ m_data

template<typename _Scalar , int _Options>
Vector6 pinocchio::MotionTpl< _Scalar, _Options >::m_data
protected

Definition at line 179 of file motion-tpl.hpp.


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


pinocchio
Author(s):
autogenerated on Tue Feb 13 2024 03:44:02