|
Blender V5.0
|
#include <jntarrayvel.hpp>
Public Member Functions | |
| JntArrayVel (unsigned int size) | |
| JntArrayVel (const JntArray &q, const JntArray &qdot) | |
| JntArrayVel (const JntArray &q) | |
| JntArray | value () const |
| JntArray | deriv () const |
Public Attributes | |
| JntArray | q |
| JntArray | qdot |
Friends | |
| void | Add (const JntArrayVel &src1, const JntArrayVel &src2, JntArrayVel &dest) |
| void | Add (const JntArrayVel &src1, const JntArray &src2, JntArrayVel &dest) |
| void | Subtract (const JntArrayVel &src1, const JntArrayVel &src2, JntArrayVel &dest) |
| void | Subtract (const JntArrayVel &src1, const JntArray &src2, JntArrayVel &dest) |
| void | Multiply (const JntArrayVel &src, const double &factor, JntArrayVel &dest) |
| void | Multiply (const JntArrayVel &src, const doubleVel &factor, JntArrayVel &dest) |
| void | Divide (const JntArrayVel &src, const double &factor, JntArrayVel &dest) |
| void | Divide (const JntArrayVel &src, const doubleVel &factor, JntArrayVel &dest) |
| void | SetToZero (JntArrayVel &array) |
| bool | Equal (const JntArrayVel &src1, const JntArrayVel &src2, double eps=epsilon) |
Definition at line 32 of file jntarrayvel.hpp.
| KDL::JntArrayVel::JntArrayVel | ( | unsigned int | size | ) |
Definition at line 34 of file jntarrayvel.cpp.
| KDL::JntArrayVel::JntArrayVel | ( | const JntArray & | q | ) |
Definition at line 39 of file jntarrayvel.cpp.
| JntArray KDL::JntArrayVel::deriv | ( | ) | const |
Definition at line 49 of file jntarrayvel.cpp.
References qdot.
| JntArray KDL::JntArrayVel::value | ( | ) | const |
Definition at line 44 of file jntarrayvel.cpp.
References q.
|
friend |
Definition at line 59 of file jntarrayvel.cpp.
References KDL::Add(), JntArrayVel(), q, and qdot.
|
friend |
Definition at line 54 of file jntarrayvel.cpp.
References KDL::Add(), JntArrayVel(), q, and qdot.
|
friend |
Definition at line 89 of file jntarrayvel.cpp.
References KDL::Divide(), JntArrayVel(), q, and qdot.
|
friend |
Definition at line 94 of file jntarrayvel.cpp.
References KDL::Divide(), KDL::Rall1d< T, V, S >::grad, JntArrayVel(), KDL::Multiply(), q, qdot, KDL::Subtract(), and KDL::Rall1d< T, V, S >::t.
|
friend |
Definition at line 108 of file jntarrayvel.cpp.
References eps, KDL::Equal(), JntArrayVel(), q, and qdot.
|
friend |
Definition at line 76 of file jntarrayvel.cpp.
References JntArrayVel(), KDL::Multiply(), q, and qdot.
|
friend |
Definition at line 81 of file jntarrayvel.cpp.
References KDL::Add(), KDL::Rall1d< T, V, S >::grad, JntArrayVel(), KDL::Multiply(), q, qdot, and KDL::Rall1d< T, V, S >::t.
|
friend |
Definition at line 102 of file jntarrayvel.cpp.
References JntArrayVel(), and KDL::SetToZero().
|
friend |
Definition at line 70 of file jntarrayvel.cpp.
References JntArrayVel(), q, qdot, and KDL::Subtract().
|
friend |
Definition at line 65 of file jntarrayvel.cpp.
References JntArrayVel(), q, qdot, and KDL::Subtract().
| JntArray KDL::JntArrayVel::q |
Definition at line 35 of file jntarrayvel.hpp.
Referenced by KDL::JntArrayAcc::Add, Add, Add, Divide, Divide, Equal, JntArrayVel(), JntArrayVel(), JntArrayVel(), Multiply, Multiply, KDL::JntArrayAcc::Subtract, Subtract, Subtract, and value().
| JntArray KDL::JntArrayVel::qdot |
Definition at line 36 of file jntarrayvel.hpp.
Referenced by KDL::JntArrayAcc::Add, Add, Add, deriv(), Divide, Divide, Equal, JntArrayVel(), JntArrayVel(), JntArrayVel(), Multiply, Multiply, KDL::JntArrayAcc::Subtract, Subtract, and Subtract.