Class describing a Wrench. More...
#include <Wrench.h>
Public Types | |
typedef Base::BaseType | BaseType |
typedef internal::traits < Wrench >::Coefficients | Coefficients |
Public Member Functions | |
Coefficients & | get () |
const Coefficients & | get () const |
template<typename OtherDerived > | |
EIGEN_STRONG_INLINE Wrench & | operator= (const MatrixBase< OtherDerived > &other) |
Wrench () | |
Wrench (const Wrench &g) | |
Wrench (const BaseType &g) | |
Wrench (const typename Base::PlainObject &g) | |
Wrench (Scalar tx, Scalar ty, Scalar tz, Scalar fx, Scalar fy, Scalar fz) | |
template<typename OtherDerived > | |
EIGEN_STRONG_INLINE | Wrench (const MatrixBase< OtherDerived > &other) |
Wrench (const typename Base::Torque &t, const typename Base::Force &f) | |
Protected Types | |
typedef WrenchBase< Wrench < _Scalar > > | Base |
Protected Attributes | |
Coefficients | m_coeffs |
Class describing a Wrench.
_Scalar | the type of the underlying array |
This class add some specific constructors
typedef WrenchBase<Wrench<_Scalar> > Wrench< _Scalar >::Base [protected] |
The inherited class
Reimplemented from WrenchBase< Wrench< _Scalar > >.
typedef Base::BaseType Wrench< _Scalar >::BaseType |
The inherited class
Reimplemented from WrenchBase< Wrench< _Scalar > >.
typedef internal::traits<Wrench>::Coefficients Wrench< _Scalar >::Coefficients |
the stored coefficients
Reimplemented from WrenchBase< Wrench< _Scalar > >.
Wrench< _Scalar >::Wrench | ( | const typename Base::PlainObject & | g | ) | [inline] |
EIGEN_STRONG_INLINE Wrench< _Scalar >::Wrench | ( | const MatrixBase< OtherDerived > & | other | ) | [inline] |
Wrench< _Scalar >::Wrench | ( | const typename Base::Torque & | t, |
const typename Base::Force & | f | ||
) | [inline] |
Coefficients& Wrench< _Scalar >::get | ( | ) | [inline] |
Reimplemented from LieAlgebraDualBase< Matrix< internal::traits< Wrench< _Scalar > >::Scalar, 6, 1 >, Wrench< _Scalar > >.
const Coefficients& Wrench< _Scalar >::get | ( | ) | const [inline] |
Reimplemented from LieAlgebraDualBase< Matrix< internal::traits< Wrench< _Scalar > >::Scalar, 6, 1 >, Wrench< _Scalar > >.
EIGEN_STRONG_INLINE Wrench& Wrench< _Scalar >::operator= | ( | const MatrixBase< OtherDerived > & | other | ) | [inline] |
Coefficients Wrench< _Scalar >::m_coeffs [protected] |