Blender V2.61 - r43446
|
#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 30 of file jntarrayvel.cpp.
Definition at line 34 of file jntarrayvel.cpp.
References assert, q, qdot, and KDL::JntArray::rows().
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.
void Add | ( | const JntArrayVel & | src1, |
const JntArrayVel & | src2, | ||
JntArrayVel & | dest | ||
) | [friend] |
Definition at line 54 of file jntarrayvel.cpp.
void Add | ( | const JntArrayVel & | src1, |
const JntArray & | src2, | ||
JntArrayVel & | dest | ||
) | [friend] |
Definition at line 59 of file jntarrayvel.cpp.
void Divide | ( | const JntArrayVel & | src, |
const doubleVel & | factor, | ||
JntArrayVel & | dest | ||
) | [friend] |
Definition at line 94 of file jntarrayvel.cpp.
void Divide | ( | const JntArrayVel & | src, |
const double & | factor, | ||
JntArrayVel & | dest | ||
) | [friend] |
Definition at line 89 of file jntarrayvel.cpp.
bool Equal | ( | const JntArrayVel & | src1, |
const JntArrayVel & | src2, | ||
double | eps = epsilon |
||
) | [friend] |
Definition at line 108 of file jntarrayvel.cpp.
void Multiply | ( | const JntArrayVel & | src, |
const double & | factor, | ||
JntArrayVel & | dest | ||
) | [friend] |
Definition at line 76 of file jntarrayvel.cpp.
void Multiply | ( | const JntArrayVel & | src, |
const doubleVel & | factor, | ||
JntArrayVel & | dest | ||
) | [friend] |
Definition at line 81 of file jntarrayvel.cpp.
void SetToZero | ( | JntArrayVel & | array | ) | [friend] |
Definition at line 102 of file jntarrayvel.cpp.
void Subtract | ( | const JntArrayVel & | src1, |
const JntArrayVel & | src2, | ||
JntArrayVel & | dest | ||
) | [friend] |
Definition at line 65 of file jntarrayvel.cpp.
void Subtract | ( | const JntArrayVel & | src1, |
const JntArray & | src2, | ||
JntArrayVel & | dest | ||
) | [friend] |
Definition at line 70 of file jntarrayvel.cpp.
Definition at line 35 of file jntarrayvel.hpp.
Referenced by KDL::Add(), KDL::Divide(), KDL::Equal(), JntArrayVel(), KDL::Multiply(), KDL::SetToZero(), KDL::Subtract(), and value().
Definition at line 36 of file jntarrayvel.hpp.
Referenced by KDL::Add(), deriv(), KDL::Divide(), KDL::Equal(), JntArrayVel(), KDL::Multiply(), KDL::SetToZero(), and KDL::Subtract().