#include <fwd.hpp>
Public Member Functions | |
JointDataRevoluteTpl () | |
PINOCCHIO_JOINT_DATA_TYPEDEF_TEMPLATE (JointDerived) | |
std::string | shortname () const |
Public Member Functions inherited from pinocchio::JointDataBase< JointDataRevoluteTpl< _Scalar, _Options, axis > > | |
BiasTypeConstRef | c () const |
BiasTypeRef | c () |
JointDataRevoluteTpl< _Scalar, _Options, axis > & | derived () |
const JointDataRevoluteTpl< _Scalar, _Options, axis > & | derived () const |
DTypeConstRef | Dinv () const |
DTypeRef | Dinv () |
void | disp (std::ostream &os) const |
bool | isEqual (const JointDataBase &other) const |
. More... | |
bool | isEqual (const JointDataBase< OtherDerived > &) const |
. More... | |
bool | isNotEqual (const JointDataBase< JointDataRevoluteTpl< _Scalar, _Options, axis > > &other) const |
. More... | |
TansformTypeConstRef | M () const |
TansformTypeRef | M () |
bool | operator!= (const JointDataBase< JointDataRevoluteTpl< _Scalar, _Options, axis > > &other) const |
bool | operator== (const JointDataBase< OtherDerived > &other) const |
PINOCCHIO_JOINT_DATA_TYPEDEF_TEMPLATE (JointDerived) | |
ConstraintTypeConstRef | S () const |
ConstraintTypeRef | S () |
std::string | shortname () const |
UTypeConstRef | U () const |
UTypeRef | U () |
UDTypeConstRef | UDinv () const |
UDTypeRef | UDinv () |
MotionTypeConstRef | v () const |
MotionTypeRef | v () |
Static Public Member Functions | |
static std::string | classname () |
Static Public Member Functions inherited from pinocchio::JointDataBase< JointDataRevoluteTpl< _Scalar, _Options, axis > > | |
static std::string | classname () |
Public Attributes | |
Bias_t | c |
D_t | Dinv |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointRevoluteTpl< _Scalar, _Options, axis > | JointDerived |
Transformation_t | M |
PINOCCHIO_JOINT_DATA_BASE_DEFAULT_ACCESSOR Constraint_t | S |
U_t | U |
UD_t | UDinv |
Motion_t | v |
Public Attributes inherited from pinocchio::JointDataBase< JointDataRevoluteTpl< _Scalar, _Options, axis > > | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef traits< JointDataRevoluteTpl< _Scalar, _Options, axis > >::JointDerived | JointDerived |
Additional Inherited Members | |
Protected Member Functions inherited from pinocchio::JointDataBase< JointDataRevoluteTpl< _Scalar, _Options, axis > > | |
JointDataBase () | |
Default constructor: protected. More... | |
Definition at line 26 of file src/multibody/joint/fwd.hpp.
|
inline |
Definition at line 648 of file joint-revolute.hpp.
|
inlinestatic |
Definition at line 656 of file joint-revolute.hpp.
pinocchio::JointDataRevoluteTpl< _Scalar, _Options, axis >::PINOCCHIO_JOINT_DATA_TYPEDEF_TEMPLATE | ( | JointDerived | ) |
|
inline |
Definition at line 660 of file joint-revolute.hpp.
Bias_t pinocchio::JointDataRevoluteTpl< _Scalar, _Options, axis >::c |
Definition at line 641 of file joint-revolute.hpp.
D_t pinocchio::JointDataRevoluteTpl< _Scalar, _Options, axis >::Dinv |
Definition at line 645 of file joint-revolute.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointRevoluteTpl<_Scalar,_Options,axis> pinocchio::JointDataRevoluteTpl< _Scalar, _Options, axis >::JointDerived |
Definition at line 634 of file joint-revolute.hpp.
Transformation_t pinocchio::JointDataRevoluteTpl< _Scalar, _Options, axis >::M |
Definition at line 639 of file joint-revolute.hpp.
PINOCCHIO_JOINT_DATA_BASE_DEFAULT_ACCESSOR Constraint_t pinocchio::JointDataRevoluteTpl< _Scalar, _Options, axis >::S |
Definition at line 638 of file joint-revolute.hpp.
U_t pinocchio::JointDataRevoluteTpl< _Scalar, _Options, axis >::U |
Definition at line 644 of file joint-revolute.hpp.
UD_t pinocchio::JointDataRevoluteTpl< _Scalar, _Options, axis >::UDinv |
Definition at line 646 of file joint-revolute.hpp.
Motion_t pinocchio::JointDataRevoluteTpl< _Scalar, _Options, axis >::v |
Definition at line 640 of file joint-revolute.hpp.