Public Types | Public Member Functions | Public Attributes | Protected Attributes | List of all members
pinocchio::MotionRef< const Vector6ArgType > Class Template Reference

#include <motion-ref.hpp>

Inheritance diagram for pinocchio::MotionRef< const Vector6ArgType >:
Inheritance graph
[legend]

Public Types

typedef traits< MotionRef >::DataRefType DataRefType
 
- Public Types inherited from pinocchio::MotionDense< MotionRef< const Vector6ArgType > >
typedef MotionBase< MotionRef< const Vector6ArgType > > Base
 
typedef traits< MotionRef< const Vector6ArgType > >::MotionRefType MotionRefType
 

Public Member Functions

template<typename Vector6Like >
MotionPlain __minus__ (const MotionRef< Vector6ArgType > &v) const
 
template<typename S1 , int O1>
MotionPlain __minus__ (const MotionTpl< S1, O1 > &v) const
 
template<typename OtherScalar >
MotionPlain __mult__ (const OtherScalar &alpha) const
 
template<typename Vector6Like >
MotionPlain __plus__ (const MotionRef< Vector6ArgType > &v) const
 
template<typename S1 , int O1>
MotionPlain __plus__ (const MotionTpl< S1, O1 > &v) const
 
ConstAngularType angular_impl () const
 
ConstLinearType linear_impl () const
 
 MOTION_TYPEDEF_TPL (MotionRef)
 
 MotionRef (typename PINOCCHIO_EIGEN_REF_CONST_TYPE(Vector6ArgType) v_like)
 
PlainReturnType plain () const
 
const MotionRefref () const
 
ToVectorConstReturnType toVector_impl () const
 
- Public Member Functions inherited from pinocchio::MotionDense< MotionRef< const Vector6ArgType > >
MotionPlain __div__ (const OtherScalar &alpha) const
 
MotionRef< const Vector6ArgType > & __mequ__ (const MotionDense< M1 > &v)
 
MotionPlain __minus__ (const MotionDense< M1 > &v) const
 
MotionPlain __mult__ (const OtherScalar &alpha) const
 
MotionPlain __opposite__ () const
 
MotionRef< const Vector6ArgType > & __pequ__ (const MotionDense< M1 > &v)
 
MotionPlain __plus__ (const MotionDense< M1 > &v) const
 
AngularType angular ()
 
ConstAngularType angular () const
 
void angular (const Eigen::MatrixBase< V3Like > &w)
 
MotionAlgebraAction< D, MotionRef< const Vector6ArgType > >::ReturnType cross_impl (const D &d) const
 
MotionRef< const Vector6ArgType > & derived ()
 
const MotionRef< const Vector6ArgType > & derived () const
 
void disp_impl (std::ostream &os) const
 
Scalar dot (const ForceBase< F1 > &phi) const
 
bool isApprox (const MotionDense< M2 > &m2, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const
 
bool isApprox (const MotionRef< const Vector6ArgType > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const
 
bool isApprox_impl (const MotionDense< D2 > &m2, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const
 
bool isEqual_impl (const MotionBase< D2 > &other) const
 
bool isEqual_impl (const MotionDense< D2 > &other) const
 
bool isZero (const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const
 
bool isZero_impl (const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const
 
LinearType linear ()
 
ConstLinearType linear () const
 
void linear (const Eigen::MatrixBase< V3Like > &v)
 
 MOTION_TYPEDEF_TPL (MotionRef< const Vector6ArgType >)
 
MotionPlain motionAction (const MotionDense< M1 > &v) const
 
void motionAction (const MotionDense< M1 > &v, MotionDense< M2 > &mout) const
 
MotionPlain operator+ (const MotionDense< M1 > &v) const
 
MotionRef< const Vector6ArgType > & operator+= (const MotionBase< M1 > &v)
 
MotionRef< const Vector6ArgType > & operator+= (const MotionDense< M1 > &v)
 
MotionPlain operator- () const
 
MotionPlain operator- (const MotionDense< M1 > &v) const
 
MotionRef< const Vector6ArgType > & operator-= (const MotionDense< M1 > &v)
 
MotionRef< const Vector6ArgType > & operator= (const Eigen::MatrixBase< V6 > &v)
 
MotionRef< const Vector6ArgType > & operator= (const MotionBase< D2 > &other)
 
MotionRef< const Vector6ArgType > & operator= (const MotionDense< D2 > &other)
 
MotionRefType ref ()
 
SE3GroupAction< MotionRef< const Vector6ArgType > >::ReturnType se3Action_impl (const SE3Tpl< S2, O2 > &m) const
 
void se3Action_impl (const SE3Tpl< S2, O2 > &m, MotionDense< D2 > &v) const
 
SE3GroupAction< MotionRef< const Vector6ArgType > >::ReturnType se3ActionInverse_impl (const SE3Tpl< S2, O2 > &m) const
 
void se3ActionInverse_impl (const SE3Tpl< S2, O2 > &m, MotionDense< D2 > &v) const
 
MotionRef< const Vector6ArgType > & setRandom ()
 
MotionRef< const Vector6ArgType > & setZero ()
 
ActionMatrixType toActionMatrix_impl () const
 
ActionMatrixType toDualActionMatrix_impl () const
 
HomogeneousMatrixType toHomogeneousMatrix_impl () const
 

Public Attributes

EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef MotionDense< MotionRefBase
 

Protected Attributes

DataRefType m_ref
 

Detailed Description

template<typename Vector6ArgType>
class pinocchio::MotionRef< const Vector6ArgType >

Definition at line 200 of file motion-ref.hpp.

Member Typedef Documentation

◆ DataRefType

template<typename Vector6ArgType >
typedef traits<MotionRef>::DataRefType pinocchio::MotionRef< const Vector6ArgType >::DataRefType

Definition at line 206 of file motion-ref.hpp.

Constructor & Destructor Documentation

◆ MotionRef()

template<typename Vector6ArgType >
pinocchio::MotionRef< const Vector6ArgType >::MotionRef ( typename PINOCCHIO_EIGEN_REF_CONST_TYPE(Vector6ArgType)  v_like)
inline

Definition at line 218 of file motion-ref.hpp.

Member Function Documentation

◆ __minus__() [1/2]

template<typename Vector6ArgType >
template<typename Vector6Like >
MotionPlain pinocchio::MotionRef< const Vector6ArgType >::__minus__ ( const MotionRef< Vector6ArgType > &  v) const
inline

Definition at line 246 of file motion-ref.hpp.

◆ __minus__() [2/2]

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

Definition at line 242 of file motion-ref.hpp.

◆ __mult__()

template<typename Vector6ArgType >
template<typename OtherScalar >
MotionPlain pinocchio::MotionRef< const Vector6ArgType >::__mult__ ( const OtherScalar &  alpha) const
inline

Definition at line 250 of file motion-ref.hpp.

◆ __plus__() [1/2]

template<typename Vector6ArgType >
template<typename Vector6Like >
MotionPlain pinocchio::MotionRef< const Vector6ArgType >::__plus__ ( const MotionRef< Vector6ArgType > &  v) const
inline

Definition at line 238 of file motion-ref.hpp.

◆ __plus__() [2/2]

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

Definition at line 234 of file motion-ref.hpp.

◆ angular_impl()

template<typename Vector6ArgType >
ConstAngularType pinocchio::MotionRef< const Vector6ArgType >::angular_impl ( ) const
inline

Definition at line 229 of file motion-ref.hpp.

◆ linear_impl()

template<typename Vector6ArgType >
ConstLinearType pinocchio::MotionRef< const Vector6ArgType >::linear_impl ( ) const
inline

Definition at line 230 of file motion-ref.hpp.

◆ MOTION_TYPEDEF_TPL()

template<typename Vector6ArgType >
pinocchio::MotionRef< const Vector6ArgType >::MOTION_TYPEDEF_TPL ( MotionRef< const Vector6ArgType >  )

◆ plain()

template<typename Vector6ArgType >
PlainReturnType pinocchio::MotionRef< const Vector6ArgType >::plain ( ) const
inline

Definition at line 255 of file motion-ref.hpp.

◆ ref()

template<typename Vector6ArgType >
const MotionRef& pinocchio::MotionRef< const Vector6ArgType >::ref ( ) const
inline

Definition at line 253 of file motion-ref.hpp.

◆ toVector_impl()

template<typename Vector6ArgType >
ToVectorConstReturnType pinocchio::MotionRef< const Vector6ArgType >::toVector_impl ( ) const
inline

Definition at line 226 of file motion-ref.hpp.

Member Data Documentation

◆ Base

template<typename Vector6ArgType >
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef MotionDense<MotionRef> pinocchio::MotionRef< const Vector6ArgType >::Base

Definition at line 205 of file motion-ref.hpp.

◆ m_ref

template<typename Vector6ArgType >
DataRefType pinocchio::MotionRef< const Vector6ArgType >::m_ref
protected

Definition at line 258 of file motion-ref.hpp.


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


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