#include <jntarrayvel.hpp>
Public Member Functions | |
| JntArray | deriv () const |
| JntArrayVel (const JntArray &q) | |
| JntArrayVel (const JntArray &q, const JntArray &qdot) | |
| JntArrayVel (unsigned int size) | |
| JntArrayVel () | |
| void | resize (unsigned int newSize) |
| JntArray | value () const |
Public Attributes | |
| JntArray | q |
| JntArray | qdot |
Friends | |
| void | Add (const JntArrayVel &src1, const JntArray &src2, JntArrayVel &dest) |
| void | Add (const JntArrayVel &src1, const JntArrayVel &src2, JntArrayVel &dest) |
| void | Divide (const JntArrayVel &src, const doubleVel &factor, JntArrayVel &dest) |
| void | Divide (const JntArrayVel &src, const double &factor, JntArrayVel &dest) |
| bool | Equal (const JntArrayVel &src1, const JntArrayVel &src2, double eps=epsilon) |
| void | Multiply (const JntArrayVel &src, const doubleVel &factor, JntArrayVel &dest) |
| void | Multiply (const JntArrayVel &src, const double &factor, JntArrayVel &dest) |
| void | SetToZero (JntArrayVel &array) |
| void | Subtract (const JntArrayVel &src1, const JntArray &src2, JntArrayVel &dest) |
| void | Subtract (const JntArrayVel &src1, const JntArrayVel &src2, JntArrayVel &dest) |
Definition at line 32 of file jntarrayvel.hpp.
| KDL::JntArrayVel::JntArrayVel | ( | ) | [inline] |
Definition at line 38 of file jntarrayvel.hpp.
| KDL::JntArrayVel::JntArrayVel | ( | unsigned int | size | ) |
Definition at line 27 of file jntarrayvel.cpp.
Definition at line 31 of file jntarrayvel.cpp.
References q, qdot, and KDL::JntArray::rows().
| KDL::JntArrayVel::JntArrayVel | ( | const JntArray & | q | ) |
Definition at line 36 of file jntarrayvel.cpp.
| JntArray KDL::JntArrayVel::deriv | ( | ) | const |
Definition at line 52 of file jntarrayvel.cpp.
References qdot.
| void KDL::JntArrayVel::resize | ( | unsigned int | newSize | ) |
Definition at line 41 of file jntarrayvel.cpp.
References q, qdot, and KDL::JntArray::resize().
| JntArray KDL::JntArrayVel::value | ( | ) | const |
Definition at line 47 of file jntarrayvel.cpp.
References q.
| void Add | ( | const JntArrayVel & | src1, | |
| const JntArray & | src2, | |||
| JntArrayVel & | dest | |||
| ) | [friend] |
| void Add | ( | const JntArrayVel & | src1, | |
| const JntArrayVel & | src2, | |||
| JntArrayVel & | dest | |||
| ) | [friend] |
| void Divide | ( | const JntArrayVel & | src, | |
| const doubleVel & | factor, | |||
| JntArrayVel & | dest | |||
| ) | [friend] |
| void Divide | ( | const JntArrayVel & | src, | |
| const double & | factor, | |||
| JntArrayVel & | dest | |||
| ) | [friend] |
| bool Equal | ( | const JntArrayVel & | src1, | |
| const JntArrayVel & | src2, | |||
| double | eps = epsilon | |||
| ) | [friend] |
| void Multiply | ( | const JntArrayVel & | src, | |
| const doubleVel & | factor, | |||
| JntArrayVel & | dest | |||
| ) | [friend] |
| void Multiply | ( | const JntArrayVel & | src, | |
| const double & | factor, | |||
| JntArrayVel & | dest | |||
| ) | [friend] |
| void SetToZero | ( | JntArrayVel & | array | ) | [friend] |
| void Subtract | ( | const JntArrayVel & | src1, | |
| const JntArray & | src2, | |||
| JntArrayVel & | dest | |||
| ) | [friend] |
| void Subtract | ( | const JntArrayVel & | src1, | |
| const JntArrayVel & | src2, | |||
| JntArrayVel & | dest | |||
| ) | [friend] |
Definition at line 35 of file jntarrayvel.hpp.
Referenced by KDL::Add(), KDL::Divide(), KDL::Equal(), JntArrayVel(), KDL::ChainFkSolverVel_recursive::JntToCart(), KDL::Multiply(), resize(), 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::ChainFkSolverVel_recursive::JntToCart(), KDL::Multiply(), resize(), KDL::SetToZero(), and KDL::Subtract().
1.6.1