hpp-constraints
4.9.1
Definition of basic geometric constraints for motion planning
|
Sum of two expressions. More...
#include <hpp/constraints/symbolic-calculus.hh>
Public Types | |
typedef CalculusBase< Sum< LhsValue, RhsValue > > | Parent_t |
Public Types inherited from hpp::constraints::CalculusBaseAbstract< vector3_t, JacobianMatrix > | |
typedef vector3_t | ValueType_t |
typedef JacobianMatrix | JacobianType_t |
Public Member Functions | |
Sum () | |
Sum (const CalculusBase< Sum > &other) | |
Sum (const typename Traits< RhsValue >::Ptr_t &rhs, const typename Traits< LhsValue >::Ptr_t &lhs) | |
void | impl_value (const ConfigurationIn_t arg) |
void | impl_jacobian (const ConfigurationIn_t arg) |
void | invalidate () |
Public Member Functions inherited from hpp::constraints::CalculusBase< Sum< LhsValue, RhsValue > > | |
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) |
Protected Attributes | |
Expression< LhsValue, RhsValue >::Ptr_t | e_ |
Protected Attributes inherited from hpp::constraints::CalculusBase< Sum< LhsValue, RhsValue > > | |
vector3_t | value_ |
JacobianMatrix | jacobian_ |
CrossMatrix | cross_ |
bool | vValid_ |
bool | jValid_ |
bool | cValid_ |
Friends | |
class | Expression< LhsValue, RhsValue > |
Additional Inherited Members | |
Protected Member Functions inherited from hpp::constraints::CalculusBase< Sum< LhsValue, RhsValue > > | |
void | init (const typename Traits< Sum< LhsValue, RhsValue > >::Ptr_t &ptr) |
Sum of two expressions.
typedef CalculusBase< Sum < LhsValue, RhsValue > > hpp::constraints::Sum< LhsValue, RhsValue >::Parent_t |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
|
friend |
|
protected |