#include <casadi.hpp>
Public Types | |
typedef traits< MotionRef >::DataRefType | DataRefType |
Public Member Functions | |
template<typename Vector6Like > | |
MotionRef & | __mequ__ (const MotionRef< Vector6ArgType > &v) |
template<typename S1 , int O1> | |
MotionRef & | __mequ__ (const MotionTpl< S1, O1 > &v) |
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 > | |
MotionRef & | __pequ__ (const MotionRef< Vector6ArgType > &v) |
template<typename S1 , int O1> | |
MotionRef & | __pequ__ (const MotionTpl< S1, O1 > &v) |
template<typename Vector6Like > | |
MotionPlain | __plus__ (const MotionRef< Vector6ArgType > &v) const |
template<typename S1 , int O1> | |
MotionPlain | __plus__ (const MotionTpl< S1, O1 > &v) const |
AngularType | angular_impl () |
ConstAngularType | angular_impl () const |
template<typename V3 > | |
void | angular_impl (const Eigen::MatrixBase< V3 > &w) |
LinearType | linear_impl () |
ConstLinearType | linear_impl () const |
template<typename V3 > | |
void | linear_impl (const Eigen::MatrixBase< V3 > &v) |
MOTION_TYPEDEF_TPL (MotionRef) | |
MotionRef (const MotionRef &other) | |
Copy constructor from another MotionRef. More... | |
MotionRef (typename PINOCCHIO_EIGEN_REF_TYPE(Vector6ArgType) v_like) | |
Default constructor from a 6 dimensional vector. More... | |
PlainReturnType | plain () const |
MotionRef & | ref () |
ToVectorReturnType | toVector_impl () |
ToVectorConstReturnType | toVector_impl () const |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef MotionDense< MotionRef > | Base |
Protected Attributes | |
DataRefType | m_ref |
Definition at line 38 of file context/casadi.hpp.
typedef traits<MotionRef>::DataRefType pinocchio::MotionRef< Vector6ArgType >::DataRefType |
Definition at line 74 of file motion-ref.hpp.
|
inline |
Default constructor from a 6 dimensional vector.
Definition at line 89 of file motion-ref.hpp.
|
inline |
Copy constructor from another MotionRef.
Definition at line 98 of file motion-ref.hpp.
|
inline |
Definition at line 191 of file motion-ref.hpp.
|
inline |
Definition at line 184 of file motion-ref.hpp.
|
inline |
Definition at line 164 of file motion-ref.hpp.
|
inline |
Definition at line 158 of file motion-ref.hpp.
|
inline |
Definition at line 198 of file motion-ref.hpp.
|
inline |
Definition at line 177 of file motion-ref.hpp.
|
inline |
Definition at line 170 of file motion-ref.hpp.
|
inline |
Definition at line 152 of file motion-ref.hpp.
|
inline |
Definition at line 146 of file motion-ref.hpp.
|
inline |
Definition at line 121 of file motion-ref.hpp.
|
inline |
Definition at line 113 of file motion-ref.hpp.
|
inline |
Definition at line 131 of file motion-ref.hpp.
|
inline |
Definition at line 125 of file motion-ref.hpp.
|
inline |
Definition at line 117 of file motion-ref.hpp.
|
inline |
Definition at line 138 of file motion-ref.hpp.
pinocchio::MotionRef< Vector6ArgType >::MOTION_TYPEDEF_TPL | ( | MotionRef< Vector6ArgType > | ) |
|
inline |
Definition at line 208 of file motion-ref.hpp.
|
inline |
Definition at line 203 of file motion-ref.hpp.
|
inline |
Definition at line 107 of file motion-ref.hpp.
|
inline |
Definition at line 103 of file motion-ref.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef MotionDense<MotionRef> pinocchio::MotionRef< Vector6ArgType >::Base |
Definition at line 73 of file motion-ref.hpp.
|
protected |
Definition at line 214 of file motion-ref.hpp.