#include <joint-data-base.hpp>
Public Member Functions | |
BiasTypeRef | c () |
BiasTypeConstRef | c () const |
Derived & | derived () |
const Derived & | derived () const |
DTypeRef | Dinv () |
DTypeConstRef | Dinv () const |
void | disp (std::ostream &os) const |
bool | isEqual (const JointDataBase< Derived > &other) const |
More... | |
template<typename OtherDerived > | |
bool | isEqual (const JointDataBase< OtherDerived > &) const |
More... | |
bool | isNotEqual (const JointDataBase< Derived > &other) const |
More... | |
ConfigVectorTypeRef | joint_q () |
ConfigVectorTypeConstRef | joint_q () const |
TangentVectorTypeRef | joint_v () |
TangentVectorTypeConstRef | joint_v () const |
TansformTypeRef | M () |
TansformTypeConstRef | M () const |
bool | operator!= (const JointDataBase< Derived > &other) const |
template<typename OtherDerived > | |
bool | operator== (const JointDataBase< OtherDerived > &other) const |
PINOCCHIO_JOINT_DATA_TYPEDEF_TEMPLATE (JointDerived) | |
ConstraintTypeRef | S () |
ConstraintTypeConstRef | S () const |
std::string | shortname () const |
DTypeRef | StU () |
DTypeConstRef | StU () const |
UTypeRef | U () |
UTypeConstRef | U () const |
UDTypeRef | UDinv () |
UDTypeConstRef | UDinv () const |
MotionTypeRef | v () |
MotionTypeConstRef | v () const |
Static Public Member Functions | |
static std::string | classname () |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef traits< Derived >::JointDerived | JointDerived |
Protected Member Functions | |
JointDataBase () | |
Default constructor: protected. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const JointDataBase< Derived > &joint) |
Additional Inherited Members | |
Public Types inherited from pinocchio::NumericalBase< Derived > | |
typedef traits< Derived >::Scalar | Scalar |
Definition at line 161 of file joint-data-base.hpp.
|
inlineprotected |
Default constructor: protected.
Definition at line 321 of file joint-data-base.hpp.
|
inline |
Definition at line 223 of file joint-data-base.hpp.
|
inline |
Definition at line 219 of file joint-data-base.hpp.
|
inlinestatic |
Definition at line 265 of file joint-data-base.hpp.
|
inline |
Definition at line 168 of file joint-data-base.hpp.
|
inline |
Definition at line 172 of file joint-data-base.hpp.
|
inline |
Definition at line 240 of file joint-data-base.hpp.
|
inline |
Definition at line 236 of file joint-data-base.hpp.
|
inline |
Definition at line 270 of file joint-data-base.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 181 of file joint-data-base.hpp.
|
inline |
Definition at line 177 of file joint-data-base.hpp.
|
inline |
Definition at line 190 of file joint-data-base.hpp.
|
inline |
Definition at line 186 of file joint-data-base.hpp.
|
inline |
Definition at line 207 of file joint-data-base.hpp.
|
inline |
Definition at line 203 of file joint-data-base.hpp.
|
inline |
Definition at line 308 of file joint-data-base.hpp.
|
inline |
Definition at line 283 of file joint-data-base.hpp.
pinocchio::JointDataBase< Derived >::PINOCCHIO_JOINT_DATA_TYPEDEF_TEMPLATE | ( | JointDerived | ) |
|
inline |
Definition at line 199 of file joint-data-base.hpp.
|
inline |
Definition at line 195 of file joint-data-base.hpp.
|
inline |
Definition at line 261 of file joint-data-base.hpp.
|
inline |
Definition at line 256 of file joint-data-base.hpp.
|
inline |
Definition at line 252 of file joint-data-base.hpp.
|
inline |
Definition at line 232 of file joint-data-base.hpp.
|
inline |
Definition at line 228 of file joint-data-base.hpp.
|
inline |
Definition at line 248 of file joint-data-base.hpp.
|
inline |
Definition at line 244 of file joint-data-base.hpp.
|
inline |
Definition at line 215 of file joint-data-base.hpp.
|
inline |
Definition at line 211 of file joint-data-base.hpp.
|
friend |
Definition at line 276 of file joint-data-base.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef traits<Derived>::JointDerived pinocchio::JointDataBase< Derived >::JointDerived |
Definition at line 165 of file joint-data-base.hpp.