#include <fwd.hpp>
Public Member Functions | |
JointDataPrismaticTpl () | |
PINOCCHIO_JOINT_DATA_TYPEDEF_TEMPLATE (JointDerived) | |
std::string | shortname () const |
Public Member Functions inherited from pinocchio::JointDataBase< JointDataPrismaticTpl< _Scalar, _Options, axis > > | |
BiasTypeConstRef | c () const |
BiasTypeRef | c () |
JointDataPrismaticTpl< _Scalar, _Options, axis > & | derived () |
const JointDataPrismaticTpl< _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< JointDataPrismaticTpl< _Scalar, _Options, axis > > &other) const |
. More... | |
TansformTypeConstRef | M () const |
TansformTypeRef | M () |
bool | operator!= (const JointDataBase< JointDataPrismaticTpl< _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< JointDataPrismaticTpl< _Scalar, _Options, axis > > | |
static std::string | classname () |
Public Attributes | |
Bias_t | c |
D_t | Dinv |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointPrismaticTpl< _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< JointDataPrismaticTpl< _Scalar, _Options, axis > > | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef traits< JointDataPrismaticTpl< _Scalar, _Options, axis > >::JointDerived | JointDerived |
Additional Inherited Members | |
Protected Member Functions inherited from pinocchio::JointDataBase< JointDataPrismaticTpl< _Scalar, _Options, axis > > | |
JointDataBase () | |
Default constructor: protected. More... | |
Definition at line 55 of file src/multibody/joint/fwd.hpp.
|
inline |
Definition at line 553 of file joint-prismatic.hpp.
|
inlinestatic |
Definition at line 561 of file joint-prismatic.hpp.
pinocchio::JointDataPrismaticTpl< _Scalar, _Options, axis >::PINOCCHIO_JOINT_DATA_TYPEDEF_TEMPLATE | ( | JointDerived | ) |
|
inline |
Definition at line 565 of file joint-prismatic.hpp.
Bias_t pinocchio::JointDataPrismaticTpl< _Scalar, _Options, axis >::c |
Definition at line 546 of file joint-prismatic.hpp.
D_t pinocchio::JointDataPrismaticTpl< _Scalar, _Options, axis >::Dinv |
Definition at line 550 of file joint-prismatic.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointPrismaticTpl<_Scalar,_Options,axis> pinocchio::JointDataPrismaticTpl< _Scalar, _Options, axis >::JointDerived |
Definition at line 539 of file joint-prismatic.hpp.
Transformation_t pinocchio::JointDataPrismaticTpl< _Scalar, _Options, axis >::M |
Definition at line 544 of file joint-prismatic.hpp.
PINOCCHIO_JOINT_DATA_BASE_DEFAULT_ACCESSOR Constraint_t pinocchio::JointDataPrismaticTpl< _Scalar, _Options, axis >::S |
Definition at line 543 of file joint-prismatic.hpp.
U_t pinocchio::JointDataPrismaticTpl< _Scalar, _Options, axis >::U |
Definition at line 549 of file joint-prismatic.hpp.
UD_t pinocchio::JointDataPrismaticTpl< _Scalar, _Options, axis >::UDinv |
Definition at line 551 of file joint-prismatic.hpp.
Motion_t pinocchio::JointDataPrismaticTpl< _Scalar, _Options, axis >::v |
Definition at line 545 of file joint-prismatic.hpp.