|
hpp-constraints 6.0.0
Definition of basic geometric constraints for motion planning
|
#include <hpp/constraints/symbolic-calculus.hh>


Public Member Functions | |
| Point () | |
| Point (const CalculusBase< Point, vector3_t, JacobianMatrix > &other) | |
| Point (const Point &point) | |
| Point (const vector3_t &point, size_t jacobianNbCols) | |
| void | impl_value (const ConfigurationIn_t) |
| void | impl_jacobian (const ConfigurationIn_t) |
Public Member Functions inherited from hpp::constraints::CalculusBase< Point, vector3_t, JacobianMatrix > | |
| CalculusBase () | |
| CalculusBase (const vector3_t &value, const JacobianMatrix &jacobian) | |
| CalculusBase (const CalculusBase &o) | |
| const vector3_t & | value () const |
| const JacobianMatrix & | 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) |
Additional Inherited Members | |
Public Types inherited from hpp::constraints::CalculusBaseAbstract< ValueType, JacobianType > | |
| typedef ValueType | ValueType_t |
| typedef JacobianType | JacobianType_t |
Protected Member Functions inherited from hpp::constraints::CalculusBase< Point, vector3_t, JacobianMatrix > | |
| void | init (const typename Traits< Point >::Ptr_t &ptr) |
Protected Attributes inherited from hpp::constraints::CalculusBase< Point, vector3_t, JacobianMatrix > | |
| vector3_t | value_ |
| JacobianMatrix | jacobian_ |
| CrossMatrix | cross_ |
| bool | vValid_ |
| bool | jValid_ |
| bool | cValid_ |
Basic expression representing a static point
Its value is constant and its jacobian is a zero matrix.
|
inline |
|
inline |
|
inline |
|
inline |
Constructor
| point | the static point |
| jacobianNbCols | number of column of the jacobian |
|
inline |
|
inline |