hpp-constraints
4.10.1
Definition of basic geometric constraints for motion planning
|
Difference of two expressions. More...
#include <hpp/constraints/symbolic-calculus.hh>
Public Types | |
typedef CalculusBase< Difference< LhsValue, RhsValue > > | Parent_t |
Public Member Functions | |
Difference () | |
Difference (const CalculusBase< Difference > &other) | |
Difference (const typename Traits< LhsValue >::Ptr_t &lhs, const typename Traits< RhsValue >::Ptr_t &rhs) | |
void | impl_value (const ConfigurationIn_t arg) |
void | impl_jacobian (const ConfigurationIn_t arg) |
void | invalidate () |
Protected Attributes | |
Expression< LhsValue, RhsValue >::Ptr_t | e_ |
Friends | |
class | Expression< LhsValue, RhsValue > |
Difference of two expressions.
typedef CalculusBase< Difference < LhsValue, RhsValue > > hpp::constraints::Difference< LhsValue, RhsValue >::Parent_t |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
protected |