|
hpp-pinocchio 6.0.0
Wrapping of the kinematic/dynamic chain Pinocchio for HPP.
|
#include <hpp/pinocchio/liegroup-element.hh>

Public Member Functions | |
| template<typename Derived > | |
| LiegroupElementConstBase (const Eigen::EigenBase< Derived > &value, const LiegroupSpacePtr_t &liegroupSpace) | |
| template<typename Derived > | |
| LiegroupElementConstBase (const Eigen::EigenBase< Derived > &value) | |
| template<typename vector_type2 > | |
| LiegroupElementConstBase (const LiegroupElementConstBase< vector_type2 > &other) | |
| const LiegroupSpacePtr_t & | space () const |
| get reference to vector of Lie groups | |
| const vector_type & | vector () const |
| Const vector representation. | |
| size_type | size () const |
| Size of the vector representation. | |
| void | check () const |
| template<typename vector_type2 > | |
| bool | operator== (const LiegroupElementConstBase< vector_type2 > &other) |
| Equality operator. | |
| template<typename vector_type2 > | |
| bool | operator!= (const LiegroupElementConstBase< vector_type2 > &other) |
| Equality operator. | |
Protected Member Functions | |
| template<typename Derived > | |
| LiegroupElementConstBase (const Eigen::EigenBase< Derived > &value, const LiegroupSpacePtr_t &space, void *) | |
Protected Attributes | |
| vector_type | value_ |
| LiegroupSpacePtr_t | space_ |
Friends | |
| template<typename vector_type2 > | |
| class | LiegroupElementConstBase |
| template<typename vector_type2 > | |
| class | LiegroupElementBase |
Const reference to a LiegroupElement
|
inline |
Constructor
| value | vector representation, |
| liegroupSpace | space the element belongs to. |
|
inlineexplicit |
Constructor
| value | vector representation, |
By default the space containing the value is a vector space.
|
inline |
Constructor to allow casting LiegroupElement and LiegroupElementRef into a LiegroupElementConstRef
|
inlineprotected |
|
inline |
Check that size of vector fits size of space
|
inline |
Equality operator.
|
inline |
Equality operator.
|
inline |
Size of the vector representation.
|
inline |
get reference to vector of Lie groups
|
inline |
Const vector representation.
|
friend |
|
friend |
|
protected |
|
protected |