#include <hpp/constraints/symbolic-calculus.hh>
|
| | JointFrame () |
| |
| | JointFrame (const Parent_t &other) |
| |
| | JointFrame (const JointFrame &jf) |
| |
| | JointFrame (const JointPtr_t &joint) |
| |
| const JointPtr_t & | joint () const |
| |
| void | impl_value (const ConfigurationIn_t) |
| |
| void | impl_jacobian (const ConfigurationIn_t arg) |
| |
| | CalculusBase () |
| |
| | CalculusBase (const Eigen::Matrix< value_type, 6, 1 > &value, const Eigen::Matrix< value_type, 6, Eigen::Dynamic > &jacobian) |
| |
| | CalculusBase (const CalculusBase &o) |
| |
| const Eigen::Matrix< value_type, 6, 1 > & | value () const |
| |
| const Eigen::Matrix< value_type, 6, Eigen::Dynamic > & | jacobian () const |
| |
| void | computeValue (const ConfigurationIn_t arg) |
| |
| void | computeJacobian (const ConfigurationIn_t arg) |
| |
| void | invalidate () |
| |
| const CrossMatrix & | cross () const |
| |
| void | computeCrossValue (const ConfigurationIn_t arg) |
| |
| virtual const Eigen::Matrix< value_type, 6, 1 > & | value () const=0 |
| |
| virtual const Eigen::Matrix< value_type, 6, Eigen::Dynamic > & | jacobian () const=0 |
| |
| virtual void | computeValue (const ConfigurationIn_t arg)=0 |
| |
| virtual void | computeJacobian (const ConfigurationIn_t arg)=0 |
| |
| virtual void | invalidate ()=0 |
| |
◆ Parent_t
◆ JointFrame() [1/4]
| hpp::constraints::JointFrame::JointFrame |
( |
| ) |
|
|
inline |
◆ JointFrame() [2/4]
| hpp::constraints::JointFrame::JointFrame |
( |
const Parent_t & |
other | ) |
|
|
inline |
◆ JointFrame() [3/4]
| hpp::constraints::JointFrame::JointFrame |
( |
const JointFrame & |
jf | ) |
|
|
inline |
◆ JointFrame() [4/4]
| hpp::constraints::JointFrame::JointFrame |
( |
const JointPtr_t & |
joint | ) |
|
|
inline |
◆ impl_jacobian()
◆ impl_value()
| void hpp::constraints::JointFrame::impl_value |
( |
const |
ConfigurationIn_t | ) |
|
|
inline |
◆ joint()
| const JointPtr_t & hpp::constraints::JointFrame::joint |
( |
| ) |
const |
|
inline |
◆ joint_
◆ theta_
| double hpp::constraints::JointFrame::theta_ |
|
protected |
The documentation for this class was generated from the following file: