|
hpp-constraints 6.1.0
Definition of basic geometric constraints for motion planning
|
Basic expression mapping a function as an expression. More...
#include <hpp/constraints/symbolic-calculus.hh>


Public Types | |
| typedef CalculusBase< FunctionExp< FunctionType >, vector_t, matrix_t > | Parent_t |
| typedef shared_ptr< FunctionType > | FunctionTypePtr_t |
Public Types inherited from hpp::constraints::CalculusBaseAbstract< vector_t, matrix_t > | |
| typedef vector_t | ValueType_t |
| typedef matrix_t | JacobianType_t |
Additional Inherited Members | |
Protected Member Functions inherited from hpp::constraints::CalculusBase< FunctionExp< FunctionType >, vector_t, matrix_t > | |
| void | init (const typename Traits< FunctionExp< FunctionType > >::Ptr_t &ptr) |
Protected Attributes inherited from hpp::constraints::CalculusBase< FunctionExp< FunctionType >, vector_t, matrix_t > | |
| vector_t | value_ |
| matrix_t | jacobian_ |
| CrossMatrix | cross_ |
| bool | vValid_ |
| bool | jValid_ |
| bool | cValid_ |
Basic expression mapping a function as an expression.
| typedef shared_ptr<FunctionType> hpp::constraints::FunctionExp< FunctionType >::FunctionTypePtr_t |
| typedef CalculusBase<FunctionExp<FunctionType>, vector_t, matrix_t> hpp::constraints::FunctionExp< FunctionType >::Parent_t |
|
inline |
|
inline |
|
inline |
Constructor
| func | the inner function |
|
inline |
|
inline |
|
inline |